| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the file name without a file extension.
Source position: fileutil.pas line 68
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.