[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ExtractFileNameWithoutExt - returns just the name of the file without an extension
Source position: fileutil.pas line 81
function ExtractFileNameWithoutExt( |
const AFilename: String |
):String; |
AFilename |
|
The name of the file for checking |
Returns the original file name if it had no extension, otherwise returns the file name with its extension removed
lazarus-ccr.sourceforge.net |