| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Gets the base file name (without the file extension) in the specified path
Source position: lazfileutils.pas line 42
function ExtractFileNameOnly( |
const AFilename: string |
):string; |
AFilename |
|
File path and name to examine in the function |
Base file name in the file path
ExtractFileNameOnly is a String function used to extra the base file name (without the file extension) from the value in AFilename. Path information, up to the last directory separator ('/' or '\') or device separator (':') character, in AFileName is ignored. The file extension, starting at the '.' character, is also omitted.
| lazarus-ccr.sourceforge.net |