implemented mkdir, exists, and copy for dropbox vfs

removed "dropbox path" setting
This commit is contained in:
robweber
2012-11-05 12:25:25 -06:00
parent 33e10c2a61
commit 5b6b5d6c9a
3 changed files with 64 additions and 13 deletions

View File

@ -118,7 +118,7 @@ class XbmcBackup:
self.remote_vfs.set_root(utils.getSetting("remote_path"))
elif(utils.getSetting('remote_selection') == '2'):
self.remote_vfs = DropboxFileSystem()
self.remote_vfs.set_root(utils.getSetting("dropbox_path"))
self.remote_vfs.set_root('/')
def run(self,mode=-1,runSilent=False):
#check if we should use the progress bar