You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.