RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.faSymLink Constant

Specifies only symbolic link file types.

Pascal
faSymLink = $00000040 platform;
C++
faSymLink = 0x00000040 platform;

SysUtils

faSymLink is principally used by FindFirst to indicate that only symbolic link files sould be returned. Symbolic links are a feature of Linux systems, with no Windows counterpart. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!