Return the size of the file associated with this file handler, or 0 if it is associated with a device other than a regular file (e.g., a device or directory).
Synopsis
Declared in <bdls_fdstreambuf.h>
std::streamoff
fileSize() const;
Return Value
the file size in bytes, or 0 if not a regular file
Created with MrDocs