Help for this page

Select Code to Download


  1. or download this
        
    my $setROattr = READONLY;
    my $unsetROattr = ~READONLY;
    
    # set file attributes to allow editing
    Win32::File::SetAttributes($file, $unsetROattr);
    
  2. or download this
    Argument "READONLY" isn't numeric in subroutine entry