enumAFileOrigin Enum

Integer constants specifying the starting position in the file.

Constants

 

Name

Value

Description

aFileOriginBegin

0 *

Beginning of the file. Move the file pointer lOffset bytes from the beginning of the file.

aFileOriginCurrent

1

Current position of the file pointer. Move the file pointer lOffset bytes from its current position in the file (may be obtained by the FileTell procedure).

aFileOriginEnd

2

End of file. Move the file pointer lOffset bytes from the end of the file.

Applies to

FileSeek