GetDirectoryFromPath()
Extracts a directory from an absolute path.
Returns the absolute path, without the filename.
GetDirectoryFromPath( path=string );
Returns: String
Examples
some_directory = getDirectoryFromPath("path");
dump(some_directory);
See also
- File handling
- GetCurrentTemplatePath()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)