[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lcl)

FileIsSymlink

FileIsSymLink - check if file name is a symbolic link

Declaration

Source position: fileutil.pas line 61

function FileIsSymlink(

  const AFilename: String

):Boolean;

Arguments

AFilename

  

Name of the file for checking

Function result

Returns True if file name is a symbolic link (always false in Windows systems)

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.