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.
Error Codes
Example:
systemFile$ = "c:\folder\mytext.txt"
url$ = ConvertToURL( systemFile$ )
print url$
systemFileAgain$ = ConvertFromURL( url$ )
print systemFileAgain$
Index
ConvertToURL function
This help text is published from the OpenOffice-Help files under the Public Documentation License 1.0.












