LibreOffice 7.1 ヘルプ
システムファイル名をファイル URL へ変換します。
ConvertToURL(filename)
文字列
Filename: ファイル名を示す文字列。
5 無効なプロシージャー呼び出しです
systemFile$ = "c:\folder\mytext.txt" url$ = ConvertToURL( systemFile$ ) print url$ systemFileAgain$ = ConvertFromURL( url$ ) print systemFileAgain$
関連項目
String functions