[ Version ( since = "3.0" ) ]
public virtual bool rename_folder_sync (string old_name, string new_name, Cancellable? cancellable = null) throws Error
Renames the folder described by old_name
to new_name
.
this |
a Store |
old_name |
the current name of the folder |
new_name |
the new name of the folder |
cancellable |
optional Cancellable object, or null |
true on success, false on error |