Share via


Determining Available Disk Space

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Memory is usually at a premium on a Windows Embedded CEā€“based device. Use the GetDiskFreeSpaceEx function to obtain information about a file system partition, including total bytes and free bytes. GetDiskFreeSpaceEx works on any file system, including installed file systems. You can also use the GetStoreInformation function to determine the current size of the object store and how much free memory is available in the object store.

See Also

Concepts

File System Operations