.. highlightlang:: us .. index:: FS_GetTotalSpace .. _fs_gettotalspace: FS_GetTotalSpace ================ .. us.tag FS_GetTotalSpace ENGLISH New300 FILE_MISC :ref:`FS_GetTotalSpace` returns the total disk space. .. function:: nFree = FS_GetTotalSpace(ssFileSystem) .. us.return **Return Value** *nFree* is the total disk space in Bytes. .. us.params **Parameters** .. uparam:: ssFileSystem *ssFileSystem* is the drive name. .. us.example **Example** :: * printf("%d\n", FS_GetTotalSpace("c:\\")); 201637888 .. seealso:: :ref:`overview-files`, :ref:`FS_GetFreeSpace` :sub:`id-140753`