File system : File « Win32 « Perl






File system

   

#!/usr/bin/perl -w
use Win32;

$fstype = Win32::FsType();

print "File System=$fstype\n";

   
    
    
  








Related examples in the same category

1.To change the attributes, you can call SetAttributes.
2.Current directory
3.Setting file attributes on Windows
4.File all directories