deleteFolder
Delete a specified folder recursively.
Same as calling deleteFolder (long, String)} with recursively
set to false.
Return
Parameters
The id if the folder you would like to delete
Delete a specified folder recursively.
For more information, see the related documentation pages here
and here.Return
Call resulting in true if the operation is successful, or false otherwise
Parameters
The id of the folder you would like to delete
If set to true
all child files will also be deleted.
If set to false
, the operation will fail on any non-empty folder
Delete a specified folder recursively.
Return
the call
See also
#deleteFolder(long)
Parameters
The RemoteFolder you would like to delete. Must not be null.
Throws
on a null folder
argument.
Delete a specified folder recursively.
Return
Call resulting in true if the operation is successful, or false otherwise
See also
#deleteFolder(long, boolean)
Parameters
The RemoteFolder you would like to delete. Must not be null.
If set to true
all child files will also be deleted.
If set to false
, the operation will fail on any non-empty folder
Throws
on a null folder
argument.
Delete a specified folder recursively.
Same as calling deleteFolder (String, String)} with recursively
set to false.
Return
Parameters
The path of the folder you would like to delete
Throws
on a null or empty path
argument.
Delete a specified folder recursively.
For more information, see the related documentation pages here
and here.Return
Call resulting in true if the operation is successful, or false otherwise
Parameters
The path of the folder you would like to delete
If set to true
all child files will also be deleted.
If set to false
, the operation will fail on any non-empty folder
Throws
on a null or empty path
argument.