[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FileIsWritable - checks if the supplied file name refers to a file that is writable
Source position: fileutil.pas line 57
function FileIsWritable( |
const AFilename: String |
):Boolean; |
AFilename |
|
The name of the file for checking |
Returns True if Write permission exists
FileIsWritable - checks if the supplied file name refers to a file that is writable
Checks file permissions in both Unix and Windows systems
lazarus-ccr.sourceforge.net |