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