Help for this page

Select Code to Download


  1. or download this
    use Win32::File qw(:DEFAULT SetAttributes GetAttributes);
    
  2. or download this
    
    #!perl
    ...
    if ( $attr & HIDDEN ) {
        print "$name is hidden.\n";
    }