Currently, if you want to rename an entry (file or directory), you need to copy it then delete the original. Not too hard for a single file, but if you want to rename a directory, it means recursively duplicating the directory, then deleting the original one.
Currently, if you want to rename an entry (file or directory), you need to copy it then delete the original. Not too hard for a single file, but if you want to rename a directory, it means recursively duplicating the directory, then deleting the original one.