Core Function GetExtension

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> GetExtension ( <path> ) </pre> === Description === Returns the extension of the specified path string. === Parameters === ==== path ==== The path to use. === Return V...")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

GetExtension ( <path> )

Contents

Description

Returns the extension of the specified path string.

Parameters

path

The path to use.

Return Value

Success: Returns the extension including the ".".

Failure: Returns empty string.

Remarks

None

Example

$File = 'c:\windows\System32\Sputnik.exe';
 
println( GetExtension($File) );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox