carb::filesystem::FileWhence

Defined in carb/filesystem/IFileSystem.h

enum class carb::filesystem::FileWhence

fixed positions in a file that a file pointer can be moved relative to.

Values:

enumerator eBegin

beginning of the file.

enumerator eCurrent

current position in the file.

enumerator eEnd

end of the file.