FolderApi class
Methods
-
copyFolder(String srcPath, String destPath, {String? srcStorageName, String? destStorageName})
→ Future
-
Copy folder
-
createFolder(String path, {String? storageName})
→ Future
-
Create the folder
-
deleteFolder(String path, {String? storageName, bool? recursive})
→ Future
-
Delete folder
-
getFilesList(String path, {String? storageName})
→ Future<FilesList>
-
Get all files and folders within a folder
-
moveFolder(String srcPath, String destPath, {String? srcStorageName, String? destStorageName})
→ Future
-
Move folder
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited