Path_IsURL

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > File > PATH: functions working on paths >

Path_IsURL

 

Description

 

Tests a given string to determine if it conforms to a valid URL format.

 

Returns %TRUE if sPath is URL format. %FALSE if not.

 

Syntax

 

n = Path_IsUNC(sPath)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

sPath

String

No


 

Remarks

 

This function does not verify that the path points to an existing site—only that it has a valid URL format.

 

Restrictions

 

See also

 

Examples