programming-examples/perl/Win32/File system.pl
2019-11-15 12:59:38 +01:00

6 lines
94 B
Perl

#!/usr/bin/perl -w
use Win32;
$fstype = Win32::FsType();
print "File System=$fstype\n";