Core Function GetFullPath

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> GetFullPath ( <path> ) </pre> === Description === Returns the absolute path for the specified path string. === Parameters === ==== path ==== The path to use. === Retu...")
 
m (1 revision)
 
(One intermediate revision by one user not shown)

Latest revision as of 12:38, 14 June 2015

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