You are reading help file online using chmlib.com
|
function ExtractFileExt(const FileName: string): String;
Extracts the extension part of the given file name. The resulting string includes the period character that separates the name and extension parts. The resulting string is empty if the given filename has no extension.
You are reading help file online using chmlib.com
|