Collabora Office 24.04 Help
νμΌ λλ λλ ν 리λ₯Ό λ°μ΄ν° 맀체μμ μ¬μ©ν μ μλμ§ νμΈν©λλ€.
FileExists(FileName As String | DirectoryName As String)
Bool
FileName | DirectoryName: λͺ νν νμΌ μ§μ μ ν¬ν¨νλ μμμ λ¬Έμμ΄ μμ λλ€. URL νκΈ°λ²μ μ¬μ©ν μλ μμ΅λλ€.
Sub ExampleFileExists
MsgBox FileExists("C:\autoexec.bat")
MsgBox FileExists("file:///d|/bookmark.htm")
MsgBox FileExists("file:///d|/Private")
End Sub