LibreOffice 7.6 Help
āļāˇāļąāˇ āļąāˇāļ¸āļēāļ⎠URL āļāļāļāļ§ āļ´āļģāˇāˇāļģāˇāļāļąāļē āļāļģāļēāˇ.
ConvertToURL(filename)
String
filename: A file name as string.
systemFile$ = "c:\folder\mytext.txt"
url$ = ConvertToURL( systemFile$ )
print url$
systemFileAgain$ = ConvertFromURL( url$ )
print systemFileAgain$