Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Exist
Boolean
= Exist (
Path
)
Returns if a file or a directory exists.
Examples
PRINT
Exist
(
"/home/benoit/gambas"
)
True
PRINT
Exist
(
"home/benoit/windows"
)
False
See also
File & Directory Functions
File & Directory Paths