LibreOfficeDev 25.8 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$