Specifies the position to use when reading or writing a file.
C#
public enum FilePointerMode
VB
Public Enum FilePointerMode
Name | Description |
---|---|
Start | Sets the pointer to the start of the file. |
Relative | Leaves the pointer in the current position in the file. |
End | Sets the pointer to the end of the file. |