Reputation: 165
i have done the link with my app in dropbox,my question how we use the mergDropboxCreateFolder pPath to create a folder? the faq have no example or something to start from there :(
Upvotes: 0
Views: 54
Reputation: 86
If you're following the example stack, you simply utilise the stored path to the Dropbox folder that you're linked to (called sPath in that case) and use:
mergDropboxCreateFolder(sPath & "/" & "myFolderName")
This will create the folder in your local Dropbox folder and it will then be synchronised with your online Dropbox.
Upvotes: 1