I have share like:
\\servername\foldername\othername\
I need to get that server disc info, like space, etc.
Can I do that with FileSystemObject?
something like :
Set oDrive = oFSO.GetDrive("c:")
Debug.Print oDrive.AvailableSpace
Thank ya all !!
Printable View
I have share like:
\\servername\foldername\othername\
I need to get that server disc info, like space, etc.
Can I do that with FileSystemObject?
something like :
Set oDrive = oFSO.GetDrive("c:")
Debug.Print oDrive.AvailableSpace
Thank ya all !!
I haven't worked with FSO that much - but i'm pretty sure it can't mess with non local files/folders/drives... It might be capable of measuring though, but don't count on it(But hey, like I said, i'm not an FSO expert).
Cheers!
It is capable, the problem is I don't know what drive letter is
for the share.