Retrieve free space

MM2forever

Active Member
Licensed User
Longtime User
uh, sorry, my question is easy to missunderstand:

I actually ment how can I get the value (in e.g. MB / kb) of the actual free available space of the ram or storage cards?
And how can I get the total available amount of the ram/a storage card?

Sorry for the inconvenience
 
Last edited:

Mr_Gee

Active Member
Licensed User
Longtime User
This is also something I'd like to know..

the only workaround would be to search for all files and check the
size, then then add them all together.
but this seems a bit too much, there must be an easier way
 

Mr_Gee

Active Member
Licensed User
Longtime User
I know this functionality is in the OpenNetCF but it is not usable in its current form..
I already tried making a usable dll out of it, but i was not really successfull
i don't get any data back

If anyone wants to take a crack at it... please be my guest
file is attached.
 

Attachments

  • StorageCard.zip
    2.2 KB · Views: 176

Caravelle

Active Member
Licensed User
Longtime User
I guess I may well be on to a loser here, but I'm working on a program to transfer files from one card to another. It would be really helpful to know if there was enough space on the receiving card to accept the files on the sending card.

Has anyone got to the bottom of this one yet?

Thanks

Caravelle
 

Caravelle

Active Member
Licensed User
Longtime User
See agraham's new DriveInfo library which solves the problem.

Give that man a medal!

Caravelle
 
Top