| 9 January 2002 |
GetFileExt() |
| Author | ScriptLogic Corporation |
| Action | Returns only the filename's extension, given a filespec. |
| Syntax | GetFileExt ( "filespec" ) |
| Parameters | filespec (Required / String) The filespec you wish to extract the filename's extension from. |
| Remarks | Complimentary to the GetFileName() and GetFilePath() UDFs. Requires KiXtart 2001 (4.0) final due to InstrRev() function. |
| Returns | Returns the filename's extension extracted from the filespec. If there is no extension, an empty string is returned. |
| Dependencies | None. |
| Examples | |
| Source | |