Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: hard drive space

by EvanK (Chaplain)
on Oct 02, 2007 at 21:47 UTC ( [id://642251]=note: print w/replies, xml ) Need Help??


in reply to hard drive space

I think Win32::DriveInfo might work for you.
use Win32::DriveInfo; my @attribs = Win32::DriveInfo::DriveSpace('c:');
Update: kyle's suggested module claims to work with most *nix systems, so thats a potential plus over a Win32 module.

__________
Systems development is like banging your head against a wall...
It's usually very painful, but if you're persistent, you'll get through it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://642251]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-25 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found