FilePointerMode Enumeration

Description

Specifies the position to use when reading or writing a file.

Inheritance Hierarchy

Syntax

Public Enum FilePointerMode

Members

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.