You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

evry1falls's avatar
evry1falls
Collaborator | Level 8
5 years ago

Check if Folder Exists

Can I do this in my code ? Are there any better way ?   Public Async Function FolderExists(Client As DropboxClient, Optional Path As String = ("/Apps")) As Task(Of Boolean) System.Diagn...
  • Greg-DB's avatar
    Greg-DB
    5 years ago

    Yes, that sounds like a good way to handle the flow of checking for a particular folder and creating it if it doesn't exist.