ConvertToURL Function [Runtime]/text/sbasic/shared/03120312.xhpSun Microsystems, Inc.converted from old format - fpeConvertToURL functionConvertToURL Function [Runtime]Converts a system file name to a file URL.Syntax:ConvertToURL(filename)Return value:StringParameters:Filename: A file name as string.Example:systemFile$ = "c:\folder\mytext.txt"url$ = ConvertToURL( systemFile$ )print url$systemFileAgain$ = ConvertFromURL( url$ )print systemFileAgain$