[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ExtractFileNameOnly - removes all path delimiters and file extensions, leaving just the file name
Source position: fileutil.pas line 80
function ExtractFileNameOnly( |
const AFilename: String |
):String; |
AFilename |
|
The name of the file for processing |
Returns the original file name with path delimiters and the extension removed
lazarus-ccr.sourceforge.net |