FILE_CURRENT (Constants)
Last changed: 209.145.117.167

.
Summary
This constant indicates the offset of the current position of a file pointer in a file.

C# Constants:

int FILE_CURRENT = 1;

VB Constants:

Dim FILE_CURRENT As Integer

FILE_CURRENT = 1

Notes:

None.