delphirtl

delphirtlDocs


delphirtl / ExtractFileExt

Function: ExtractFileExt()

ExtractFileExt(AFilename): string

Extracts the file extension, given the filename, AFileName For example, if given “Nothing.pas”, returns “pas” If given “Nothing”, returns “”

Parameters

AFilename: string

Returns

string

Defined in

src/sysutils.ts:284