\<bookmark_value\>ConvertToURL function\</bookmark_value\>

ConvertToURL Function

Converts a system file name to a file URL.

Syntax:

ConvertToURL(filename)

Return value:

String

Parameters:

\<emph\>Filename:\</emph\> A file name as string.

Error codes:

5 Invalid procedure call

Example:

systemFile$ = "c:\folder\mytext.txt"

url$ = ConvertToURL( systemFile$ )

print url$

systemFileAgain$ = ConvertFromURL( url$ )

print systemFileAgain$