delete_folder_sync
Description:
[ Version ( since = "3.0" ) ]
public virtual bool delete_folder_sync (string folder_name, Cancellable? cancellable = null) throws Error
public virtual bool delete_folder_sync (string folder_name, Cancellable? cancellable = null) throws Error
Deletes the folder described by folder_name.
The folder must be empty.
Parameters:
| this |
a Store |
| folder_name |
name of the folder to delete |
| cancellable |
optional Cancellable object, or null |
Returns:
|
true on success, false on failure |