|
-
Mar 17th, 2010, 10:56 AM
#1
Thread Starter
New Member
Check Server Capacity Free Space
I would like to check the free space of a server share (\\server\share\) Is this a simple task and how would I do it?
I found the following for a mapped drive, but it does not seem to like server names.
Dim cdrive As System.IO.DriveInfo
cdrive = My.Computer.FileSystem.GetDriveInfo("C:\")
MsgBox("Total free space: " & CStr(cdrive.TotalFreeSpace))
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|