Fetch file system info
-
Hi, By fetching the logical drive from a folder I'd like to test what file system I'm on (NTFS or FAT16/32). Have tried to figure out how that is done but so far been unable to find any useful way to achieve this in neither System.IO or using ManagementObjectSearcher (WMI). Anyone that can hint me where to look?
-
Hi, By fetching the logical drive from a folder I'd like to test what file system I'm on (NTFS or FAT16/32). Have tried to figure out how that is done but so far been unable to find any useful way to achieve this in neither System.IO or using ManagementObjectSearcher (WMI). Anyone that can hint me where to look?
U can obtain that using WMI. try on www.csharphelp.com/arhives3/arhive585.html?ptintable=yes. Is 2nd part for WMI and there u will find a full application source code - see list of logical drives in that app. Hope this will help u .
-
U can obtain that using WMI. try on www.csharphelp.com/arhives3/arhive585.html?ptintable=yes. Is 2nd part for WMI and there u will find a full application source code - see list of logical drives in that app. Hope this will help u .