Return the extension from a filename.
Source position: finah.inc line 26
function ExtractFileExt(
const FileName: UNICODESTRING
):UNICODESTRING ;
function ExtractFileExt(
const FileName: RAWBYTESTRING
):RAWBYTESTRING ;
ExtractFileExt returns the extension (including the .(dot) character) of FileName.
For an example, see ExtractFileDir.
None.
Change the extension of a filename.
Extract the filename part from a full path filename.
Extract the path from a filename.
Extract the drive and directory part of a filename.
Extract the drive part from a filename.
Return the extension from a filename.
Extract a relative path from a filename, given a base directory.