https://github.com/diable201/filemanager
simple file manager
https://github.com/diable201/filemanager
filemanager python3
Last synced: 2 months ago
JSON representation
simple file manager
- Host: GitHub
- URL: https://github.com/diable201/filemanager
- Owner: diable201
- License: gpl-3.0
- Created: 2020-01-25T12:07:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T16:35:41.000Z (over 6 years ago)
- Last Synced: 2025-12-25T23:25:35.505Z (8 months ago)
- Topics: filemanager, python3
- Language: Python
- Homepage:
- Size: 850 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file manager in python
simple file manager
1. Your current location is disk C directory.
2. Each time there are two options: you are either work with directory, or with file.
3. If your current location is file you have several options:
a) delete file
b) rename file
c) add content to this file
d) rewrite content of this file
e) return to the parent directory
4. If your current location is directory you have several options:
a) rename directory
b) print number of files in it
c) print number of directories in it
d) list content of the directory
e) add file to this directory
f) add new directory to this directory
Your task is to write program that will simulate this repeatable process