From e91b063e47d48facb3e4a6ecc5783aaf2f83cdda Mon Sep 17 00:00:00 2001 From: zxkmm Date: Wed, 26 Apr 2023 21:55:58 +0800 Subject: [PATCH] Updated File manager (markdown) --- File-manager.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/File-manager.md b/File-manager.md index 3f8d49b..0ec0a98 100644 --- a/File-manager.md +++ b/File-manager.md @@ -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.