FS_GetFileSystemList
FS_GetTotalSpace
Enter search terms or a module, class or function name.
FS_GetFreeSpace retrieves the free disk space of the specified drive.
Return Value
nFree is the free disk space in Bytes.
Parameters
ssFileSystem is the drive name.
Example
* printf("%d\n", FS_GetFreeSpace("c:\\")); 201637888
See also
Overview Files, FS_GetTotalSpace, FS_GetFileSystemList
id-1864254