{ new file attribute constants }
faDevice = $40; // device - not used
faNormal = $80; // normal file - implied not any other attr
faTemporary = $100; // temporary file
faSparseFile = $200; // sparse file
faReparsePoint = $400; // file with reparse point or symbolic link
faCompressed = $800; // compressed file
faOffline = $1000; // file is offline
faNotContentIndexed = $2000; // file is not content indexed
faEncrypted = $4000; // encrypted file
faVirtual = $10000; // virtual file