[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FilenameIsWinAbsolute - checks that the supplied name is an absolute file name for the Windows system
Source position: fileutil.pas line 52
function FilenameIsWinAbsolute( |
const TheFilename: String |
):Boolean; |
TheFilename |
|
The name of the file for checking |
Returns True if this is a true absolite Windows filename
FilenameIsWinAbsolute - checks that the supplied name is an absolute file name for the Windows system
Looks, for instance, for Drive Letters and colon at the beginning of the string
lazarus-ccr.sourceforge.net |