Discuss this help topic in SecureBlackbox Forum
Clouds: Create folder
To create a new folder call TElDropboxDataStorage.CreateFolder() method and pass it the absolute path of the new folder.
C#:
storage.CreateFolder(@"/Parent1/Parent2/NewFolderName");
If some folder in the specified path doesn't exist, it will be created automatically.