Updated File manager (markdown)

zxkmm 2023-04-26 21:55:58 +08:00
parent b6dbe9b9e0
commit e91b063e47

@ -1,5 +1,10 @@
**Rename** : Rename selected file or directory.
**Refactor** : Rename both `TXT` and `C16` file. If the file/directory you are refactoring is not a `C16` nor `TXT` file, it does the same with rename.
**Delete** : Delete the file or directory you had chosen.
**New Dir** : Creating a new directory.
### **Rename**
Rename selected file or directory, including extension, since the cursor is not movable, you need to delete the extension, then correctly retype it.
### **Refactor**
1. Rename any file, but doesn't edit the extension.
2. Rename both `TXT` and `C16` files.
### **Delete**
Delete the file or directory you had chosen.
### **New Dir**
Creating a new directory.