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....