| 9 January 2002 |
GetFilePath() |
| Author | ScriptLogic Corporation |
| Action | Returns the path-only portion of a given filespec. |
| Syntax | GetFilePath ("filespec") |
| Parameters | filespec (Required / String) The filespec (path + filename) you wish to extract the path from. |
| Remarks | The filespec must contain at least one backslash "\". Complimentary to the GetFileExt() and GetFileName() UDFs. |
| Returns | Returns the path-only portion from the filespec. Requires KiXtart 2001 (4.0) final due to InstrRev() function. |
| Dependencies | None. |
| Examples | |
| Source | |