Determining Available Disk Space (Windows Embedded CE 6.0)

1/6/2010

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