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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
GetDiskFreeSpaceEx. That links to pinvoke.net’s desktop page; simply replace
kernel32withcoredll.Unfortunately
System.IO.DriveInfois not present on Compact Framework. It doesn’t quite fit with Windows CE’s Unix-style singly-rooted tree.