Skip to content

FileDirection

FileDirection is used to set the direction of file offset when performing file read and write operations.

attributesdescription
StartIndicates offset from the beginning of the file.
EndIndicates offset from the end of the file.