How to get Network drive size in C# (without "map drive")
- by Hiyasat
Hi, There!
I need to get the free space of a Network drive, without "map drive"
DriveInfo drvInfo = new DriveInfo("\\NetworkDrive");
I try to do this but it dose not work
Please HELP
Thanks in Advanced