GetDirectoryFromPath
Method Signature
GetDirectoryFromPath(path=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Basic Example
getDirectoryFromPath( "C:\temp\file.txt" );
Additional Examples
some_directory = getDirectoryFromPath( "path" );
dump( some_directory );
Related
Last updated
Was this helpful?
