GetDirectoryFromPath()

Extracts a directory from an absolute path.

Returns the absolute path, without the filename.

GetDirectoryFromPath( path=string );

Returns: String

Argument Description
path
string, required

file path

Examples

some_directory = getDirectoryFromPath("path");
dump(some_directory);

See also