Forum Discussion

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

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.