-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if the folder already exists #144
Comments
Just do a try catch and your script will add the folder if necessary try } |
I'm working in the symfony framework and can't do a simple try/catch, so I wrote a function to handle this: `function doesItemExist( $path, $depth = 0 ){
}` |
After doing A/B testing, dropbox's search function is faster than my function. |
How to check if the folder already exists. Thanks
The text was updated successfully, but these errors were encountered: