scummvm/backends/cloud
Alexander Tkachev ae8e7f39f5 CLOUD: Make download() create necessary directories
DumpFile::open() with createPath=true create would create the missing
directories from the path before opening a file. Thus, one can easily
create a file and avoid "can't open a file" error.
2016-08-24 16:07:55 +06:00
..
dropbox CLOUD: Make download() create necessary directories 2016-08-24 16:07:55 +06:00
onedrive CLOUD: Add OneDrive refresh_token support 2016-08-24 16:07:55 +06:00
downloadrequest.cpp CLOUD: Add OneDrive Storage stub 2016-08-24 16:07:55 +06:00
downloadrequest.h CLOUD: Make DownloadRequest write to local file 2016-08-24 16:07:55 +06:00
iso8601.cpp CLOUD: Change ISO8601 to use strchr 2016-08-24 16:07:55 +06:00
iso8601.h CLOUD: Add DropboxListDirectoryRequest 2016-08-24 16:07:55 +06:00
manager.cpp CLOUD: Add OneDrive Storage stub 2016-08-24 16:07:55 +06:00
manager.h CLOUD: Add OneDrive Storage stub 2016-08-24 16:07:55 +06:00
storage.h CLOUD: Make DownloadRequest write to local file 2016-08-24 16:07:55 +06:00
storagefile.cpp CLOUD: Add DropboxListDirectoryRequest 2016-08-24 16:07:55 +06:00
storagefile.h CLOUD: Add Callback typedefs 2016-08-24 16:07:55 +06:00
storageinfo.h CLOUD: Make StorageInfo useful 2016-08-24 16:07:55 +06:00