CFile:Class Properties


The CFile class has 3 enumerated constants that position the file pointer using the Seek method.

CFile Class Properties

eBegin

The file offset is moved relative to the beginning of the file.

eCurrent

The file offset is moved relative to the current position.

eEnd

The file offset is moved relative to the end of the file.

Related Topics

CFile class