Help for this page

Select Code to Download


  1. or download this
    Win32::File::GetAttributes($path, $attr);
    $attr |= COMPRESSED;
    Win32::File::SetAttributes($path, $attr);
    
  2. or download this
    Win32::File::GetAttributes($path, $attr);
    $attr &= ~COMPRESSED;
    Win32::File::SetAttributes($path, $attr);