|
Is there a way to check for a child folder?
Dim folder As ICloudDirectoryEntry = dropBoxStorage.GetFolder("/DIRECTORY/SUBDIRECTORY/" & ID). If the variable "ID" folder does not exist then I get an HTTP error.
The only solution I have found is to loop through all of the child folders and create it if it does not exist. That's a bit cumbersome.
|