Return the size, in bytes, of the file with the specified descriptor.
Synopsis
Declared in <bdls_filesystemutil_transitionaluniximputil.h>
static
FilesystemUtil_TransitionalUnixImpUtil<UNIX_INTERFACE>::Offset
getFileSize(FileDescriptor descriptor);
Return Value
the size in bytes, or a negative value if an error occurs
Parameters
Name |
Description |
descriptor |
open file descriptor whose size is requested |
Created with MrDocs