Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: filesystem type

by rinceWind (Monsignor)
on Jun 21, 2004 at 16:40 UTC ( [id://368500]=note: print w/replies, xml ) Need Help??


in reply to filesystem type

Maybe there's a case for a module here. One that will do the right thing on each platform.

How about:

use File::System qw(fstype); ... my $fstype = fstype($filnam);
Maybe it could do other things, like capacity, freespace.

--
I'm Not Just Another Perl Hacker

Replies are listed 'Best First'.
Re^2: filesystem type
by vikee (Sexton) on Jun 23, 2004 at 07:11 UTC
    hello
    error : can't locate System....
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found