Specifies only hidden file types.
faHidden = $00000002 platform;
faHidden = 0x00000002 platform;
SysUtils
faHidden is principally used by FindFirst to indicate that only hidden files sould be returned. On Linux systems, hidden files are those that start with a "." character.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|