Help for this page

Select Code to Download


  1. or download this
    grep FILE_ATTRIBUTE_ENCRYPTED *\*.h
    Include/WinNT.h:#define FILE_ATTRIBUTE_ENCRYPTED            0x00004000
    
  2. or download this
    C:\>perl -MWin32::File -e"Win32::File::GetAttributes('README.TXT',$x);
    + printf
     qq(%X\n),$x;map {printf qq(%-10s %08X\n),$_,&{'Win32::File::'.$_}} qw
    +(ARCHIVE C
    ...
    READONLY   00000001
    SYSTEM     00000004
    TEMPORARY  00000100