LibreOffice 7.0 Help
Converts a file URL to a system file name.
ConvertFromURL(filename)
ھەرپ-بەلگە تىزىقى
Filename: A file name as a string.
D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err5 not found).
systemFile$ = "c:\folder\mytext.txt" url$ = ConvertToURL( systemFile$ ) print url$ systemFileAgain$ = ConvertFromURL( url$ ) print systemFileAgain$