Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

GetURISchemeString Function

Overview

The GetURISchemeString function returns the scheme portion of a URI as a string.

Syntax/Parameters

Syntax

string = GetURIScheme ( string uri );

Parameters

uri

A string containing a URI with a scheme.

Return Value

Returns a string containing only the scheme portion of the URI or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

There are hundreds of schemes published with the International Corporation for Assigned Names and Numbers.  The GetURISchemeString function is not universal and handles only common scheme types as follows: http, https, ftp, gopher mailto, telnet news, file, wias, nntp, propero, or javascript.

The scheme is returned with the name and the trailing colon (for example, “http:”). The scheme is not case-sensitive. The GetURISchemeString function will return an empty string if the uri parameter does not contain a scheme; use the GetLastError function to determine if an error occurred.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic