Directory disk space usage.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I've now got the way to figure out how much disk space is on a disk. Is
there any way to get the disk space usage for a specific directory and
below?

I could write a routine easily but if there is code already out there that
does it......

TIA - Jeff.
 
UJ,

There really isn't anything in the framework that does this for you off
the bat. It's a simple enough routine to write though.

Hope this helps.
 
like here

http://msdn2.microsoft.com/en-us/library/system.io.directory(VS.80).aspx

--
Regards

John Timney
Microsoft MVP

Nicholas Paldino said:
UJ,

There really isn't anything in the framework that does this for you off
the bat. It's a simple enough routine to write though.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

UJ said:
I've now got the way to figure out how much disk space is on a disk. Is
there any way to get the disk space usage for a specific directory and
below?

I could write a routine easily but if there is code already out there
that does it......

TIA - Jeff.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top