[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CheckIfFileIsExecutable - creates Exception if file is not Executable
Source position: fileutil.pas line 54
procedure CheckIfFileIsExecutable( |
const AFilename: String |
); |
AFilename |
|
AFileName - name of the file for checking |
CheckIfFileIsExecutable - creates Exception if file is not Executable
Otherwise, there is no action
An exception is raised if the file is not executable
lazarus-ccr.sourceforge.net |