[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FilenameIsUnixAbsolute - checks that the supplied name is an absolute filename in Unix systems
Source position: fileutil.pas line 53
function FilenameIsUnixAbsolute( |
const TheFilename: String |
):Boolean; |
TheFilename |
|
The name of the file for checking |
Returns True if the supplied name is a correct Absolute file name for a Unix system
FilenameIsUnixAbsolute - checks that the supplied name is an absolute filename in Unix systems
Checks that the name is non-empty and starts with a slash
lazarus-ccr.sourceforge.net |