[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FUNCTION STRIP_PATH()
Short:
------
STRIP_PATH() Strip path and optionally extension from a
filespec
Returns:
--------
<cFile> => file name with path and optionally
extension stripped
Syntax:
-------
STRIP_PATH(cInSpec, [lStripExt])
Description:
------------
Returns <cInSpec>, the name of a file with its path
stripped.
[lStripExt] if True will strip the extension as well.
Default is false.
Examples:
---------
?STRIP_PATH("C:\HAIRY\CRITTERS\MONKEY.DBF")
// => returns "MONKEY.DBF"
?STRIP_PATH("C:\HAIRY\CRITTERS\MONKEY.DBF",.T.)
// => returns "MONKEY"
Source:
-------
S_STRPAT.PRG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson