Helpo de Collabora Office 24.04
Liveras ĉu dosiero aŭ dosierujo troviĝas en la datuma konservujo.
FileExists(FileName As String | DirectoryName As String)
Bool
FileName | DirectoryName: Ĉena esprimo kiu enhavas nedubsencan dosieran specifon. Oni ankaŭ povas uzi URL-notacion.
Sub ExampleFileExists
MsgBox FileExists("C:\autoexec.bat")
MsgBox FileExists("file:///d|/bookmark.htm")
MsgBox FileExists("file:///d|/Private")
End Sub