Compact Framework - Get Storage Card Serial Number
Morning all, How would I go about getting the serial number of the storage/sd card on my mobile device? I am using C#.Net 2.0 on the Compact Framework V2.0. Thanks. The Smart Device Framework provides a mechanism to get SD Card serial numbers and manufacturer IDs. I'm not on a machine that I can get the syntax for you but I believe you can use the System.IO namespace to get IO based attributes. First get a DirectoryInfo to the storage card. (I'm not 100% on the code here, you may need to test, I'll update it if I can get to my machine) public DirectoryInfo GetStorageCard() { DirectoryInfo