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