From cb63776cf1bcfc68df4dbaa446f94a50f9fb82e2 Mon Sep 17 00:00:00 2001 From: Whitney To <125436340+whitney-to@users.noreply.github.com> Date: Fri, 17 Mar 2023 16:59:17 -0400 Subject: [PATCH] Update FileManager.md added explanations --- FileManager.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/FileManager.md b/FileManager.md index 1e01e92..ed9c4ca 100644 --- a/FileManager.md +++ b/FileManager.md @@ -1,4 +1,15 @@ # FileManager -An amazingly useless tool! +- list : list all folders/files given a path to a directory, say empty if empty, or wrong path if the path does not exist. +- info : list information given a path to a file/folder. Info includes name, absolute path, relative path, size, date/time created, and last modified. + +- mkdir : create directory, check for naming. + +- rename : getting path of file to be renamed and rename the file + +- copy, move : to copy or move folder/file with copyCut and copyCutDir methods + +- delete : to delete file/folder given a path + +- quit : the file manager shell