Core Function GetDirectoryName
From Sputnik Wiki
GetDirectoryName ( <path> )
Contents |
Description
Returns the directory information for the specified path string.
Parameters
path
The path to use.
Return Value
Success: Returns directory information for path.
Failure: Returns empty string.
Remarks
None
Example
$File = 'c:\windows\System32\Sputnik.exe'; println( GetDirectoryName($File) );