GetFileFromPath()
Extracts a filename from an absolute path.
GetFileFromPath( path=string );
Returns: String
Examples
my_file = getFileFromPath("filepath\file.ext");
dump(my_file); // file.ext
See also
- File handling
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)