[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Change the extension of a filename.
Source position: finah.inc line 27
function ChangeFileExt( |
const FileName: String; |
const Extension: String |
):String; |
ChangeFileExt changes the file extension in FileName to Extension. The extension Extension includes the starting . (dot). The previous extension of FileName are all characters after the last ., the . character included.
If FileName doesn't have an extension, Extension is 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. |
No notes exist for this page yet.