Specifies only hidden file types.
faHidden = $00000002 platform;
faHidden = 0x00000002 platform;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|