[#BloombergLP-bdls-FilesystemUtil-Whence] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::Whence :relfileprefix: ../../../ :mrdocs: Enumeration used to distinguish among different starting points for a seek operation. == Synopsis Declared in `<bdls_filesystemutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Whence; ---- == Members [cols="1,4"] |=== | Name| Description | `e_SEEK_FROM_BEGINNING` | Seek from beginning of file. | `e_SEEK_FROM_CURRENT` | Seek from current position. | `e_SEEK_FROM_END` | Seek from end of file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#