ConvertToURL Function/text/sbasic/shared/03120312.xhpSun Microsystems, Inc.ConvertToURL function
ConvertToURL Function
Converts a system file name to a file URL.ConvertToURL(filename)Stringfilename: A file name as string.systemFile$ = "c:\folder\mytext.txt"url$ = ConvertToURL( systemFile$ )print url$systemFileAgain$ = ConvertFromURL( url$ )print systemFileAgain$