How to get Network drive size in C# (without "map drive")

Posted by Hiyasat on Stack Overflow See other posts from Stack Overflow or by Hiyasat
Published on 2010-06-03T12:05:43Z Indexed on 2010/06/03 12:14 UTC
Read the original article Hit count: 200

Filed under:

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

© Stack Overflow or respective owner

Related posts about c#