johnnyB
johnnyB

Reputation: 165

livecode and mergExt mergDropboxCreateFolder

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

Answers (1)

user2428193
user2428193

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

Related Questions