开发者

How can I find the memory available on an SD card on a wince device (C++)

开发者 https://www.devze.com 2022-12-25 04:56 出处:网络
I\'m look开发者_如何学JAVAing for a way (on a pocketPC) to interrogate the size/remaining size of an SD card.

I'm look开发者_如何学JAVAing for a way (on a pocketPC) to interrogate the size/remaining size of an SD card.

I have to create some files on the SD card and I want to make sure there's enough room before I write to it.


Look at GetDiskFreeSpaceEx() : http://msdn.microsoft.com/en-us/library/aa912270.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消