[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Change the extension of a filename.
Source position: finah.inc line 27
function ChangeFileExt( |
const FileName: String; |
const Extension: String |
):String; |
ChangeFileExtchanges the file extension in FileNameto Extension. The extension Extensionincludes the starting .(dot). The previous extension of FileNameare all characters after the last ., the .character included.
If FileNamedoesn't have an extension, Extensionis just appended.
None.
|
Extract the filename part from a full path filename. |
|
|
Extract the path from a filename. |
|
|
Expand a relative filename to an absolute filename. |