Core Function GetDirectoryName
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> GetDirectoryName ( <path> ) </pre> === Description === Returns the directory information for the specified path string. === Parameters === ==== path ==== The path to u...") |
m (1 revision) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
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) );