file.open.check
Syntax
- b = file.open.check(sname<,smode><,stype>)
Check if you can open a file.
This function checks to see if opening a file with the name sname using mode smode and type stype would be successful. It returns true on success and false on failure.
See
file.open
for a full description of the meaning of smode and stype.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |