PDA

View Full Version : Find Amount of Free Space on Network Drive


Kendear
December 6th 03, 10:16 AM
I realize if I right click on a network drive and
choose properties, the free space amount is not reported.

However, if I start a Command Prompt, and do a

dir "\\SomeNet\\C"

then the free space is reported.

1. How come the Windows interface is not as friendly
as a command prompt's dir?

2. is there a function call for C, Perl, and/or Python
that can tell you how much space is available?

Rick West
December 6th 03, 10:16 AM
"Kendear" > wrote in message
om...
I realize if I right click on a network drive and
choose properties, the free space amount is not reported.

However, if I start a Command Prompt, and do a

dir "\\SomeNet\\C"

then the free space is reported.

1. How come the Windows interface is not as friendly
as a command prompt's dir?

2. is there a function call for C, Perl, and/or Python
that can tell you how much space is available?

Hi Kendear.
Open My Computer - Tools...and temporarily Map the Drive
you need a report on. Once mapped...a report will appear in
'common tasks' - Details or through a right click - Properties.

Rick West

Google