[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FileIsSymLink - check if file name is a symbolic link
Source position: fileutil.pas line 61
function FileIsSymlink( |
const AFilename: String |
):Boolean; |
AFilename |
|
Name of the file for checking |
Returns True if file name is a symbolic link (always false in Windows systems)
FileIsSymLink - check if file name is a symbolic link
On Windows systems, always returns false. On others, returns true if it is a symbolic link
lazarus-ccr.sourceforge.net |