Return the number of bytes available on the file system of path.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
FilesystemUtil::Offset
getAvailableSpace(STRING_TYPE const& path);
Same as the overload taking const char *.
the number of available bytes, or a negative value on error
| Name | Description |
|---|---|
| path | filesystem path whose volume's free space is returned |