vote up 1 vote down star

Hi,

I've forgotten the WinAPI call to find out how much space is remaining on a particular drive and pinvoke.net isn't giving me any love. It's compact framework by the way, so I figure coredll.dll.

Can anyone with a better memory jog mine?

flag

68% accept rate

1 Answer

vote up 3 vote down check

GetDiskFreeSpaceEx. That links to pinvoke.net's desktop page; simply replace kernel32 with coredll.

Unfortunately System.IO.DriveInfo is not present on Compact Framework. It doesn't quite fit with Windows CE's Unix-style singly-rooted tree.

link|flag
Nice one. I shall update pinvoke.net to show this call is available from coredll.dll. – Quibblesome Sep 26 '08 at 15:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.