LibreOfficeDev 25.2 Help
시스템 파일 이름을 파일 URL로 변환합니다.
ConvertToURL(filename)
String
filename: A file name as string.
5 잘못된 프로시저 호출입니다.
systemFile$ = "c:\folder\mytext.txt" url$ = ConvertToURL( systemFile$ ) print url$ systemFileAgain$ = ConvertFromURL( url$ ) print systemFileAgain$
관련 주제
String functions