Return the file size limit for this process.
Synopsis
Declared in <bdls_filesystemutil.h>
static
Offset
getFileSizeLimit();
Description
Return the file size limit for this process, k_OFFSET_MAX if no limit is set, or a negative value if an error occurs. Note that if you are doing any calculations involving the returned value, it is recommended to check for k_OFFSET_MAX specifically to avoid integer overflow in your calculations.
Return Value
the file size limit, k_OFFSET_MAX if no limit is set, or a negative value if an error occurs
Created with MrDocs