[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CheckIfFileIsSymlink - raises an exception if file is not a Symbolic Link
Source position: fileutil.pas line 55
procedure CheckIfFileIsSymlink( |
const AFilename: String |
); |
AFilename |
|
AFileName - name of file for checking |
CheckIfFileIsSymlink - raises an exception if file is not a Symbolic Link
Otherwise no action
An exception is raised with appropriate message if file does not exist or is not a correct symbolic link (eg dangling link, circular link, read access denied, or not a symbolic link)
lazarus-ccr.sourceforge.net |