LibreOffice 7.3 እርዳታ
ፋይል ወይንም ዳይሬክቶሪ ዝግጁ እንደሆነ መወሰኛ ከ ዳታ መገናኛ ውስጥ
FileExists(FileName As String | DirectoryName As String)
ቡል
የ ፋይል ስም | የ ዳይሬክቶሪ ስም: ማንኛውም የ ሀረግ መግለጫ የያዘ ምንም የማያሻማ ፋይል መወሰኛ: እርስዎ እንዲሁም መጠቀም ይችላሉ URL notation.
Sub ExampleFileExists
MsgBox FileExists("C:\autoexec.bat")
MsgBox FileExists("file:///d|/bookmark.htm")
MsgBox FileExists("file:///d|/Private")
End Sub