[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lcl)

FilenameIsAbsolute

Checks whether an absolute file name is given in TheFileName

Declaration

Source position: fileutil.pas line 51

function FilenameIsAbsolute(

  const TheFilename: String

):Boolean;

Arguments

TheFilename

  

The name of the file to be checked

Function result

Returns True if an absolute filename has been supplied

Description

Checks whether an absolute file name is given in TheFileName

Makes use of FilenameIsWinAbsolute on Windows systems, otherwise uses FilenameIsUnixAbsolute

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads