Core Function GetDirectoryName

From Sputnik Wiki
Jump to: navigation, search
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) );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox