when working with android, I am looking for a way to check, if a directory is already created before opening one with MKDIR. (If I try to open a non existent - one, the system fails.
I would be glad to get some good hint.
Cheers
Gerhard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hello,
when working with android, I am looking for a way to check, if a directory is already created before opening one with MKDIR. (If I try to open a non existent - one, the system fails.
I would be glad to get some good hint.
Cheers
Gerhard
EXIST() should do it.