Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_filename() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_FILENAME()

 DESCRIPTION

 C_FILENAME() extracts a file name from a given path.  The complete
 file name including extension is extracted from the path.

 SYNTAX

 C_FILENAME(path)

 PARAMETERS

 path (C) is the full name of the path to extract the file name.
 The path name can be any length and can include a drive letter.

 RETURNS

 C_FILENAME() returns the complete file name including extension
 from the specified path.

 EXAMPLES

 c_filename("c:\path\tmp\test.txt") --> test.txt
 c_filename("c:\tmp\test.txt")      --> test.txt
 c_filename("c:\test.txt")          --> test.txt
 c_filename("c:test.txt")           --> test.txt
 c_filename("test.txt")             --> test.txt
 c_filename("c:\tmp\*.*")           --> *.*


See Also: C_FILESPEC() C_PATHNAME()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson