Core Function GetFullPath

From Sputnik Wiki
Jump to: navigation, search
GetFullPath ( <path> )

Contents

Description

Returns the absolute path for the specified path string.

Parameters

path

The path to use.

Return Value

Success: Returns absolute path.

Failure: Returns empty string.

Remarks

None

Example

$File = '.\Sputnik.exe';
 
println( "Full: " . GetFullPath($File) );
println( "Normal: " . $File );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox