made work: copy a file, move a file, check if a file exists, delete a file

This commit is contained in:
Odweta
2023-12-23 19:51:54 +01:00
parent 29e1815e5b
commit 490a7cc973
8 changed files with 150 additions and 35 deletions
+6 -7
View File
@@ -14,16 +14,15 @@ Examples of this work of art are in the `/examples/` directory of this repo.
1. Reading files into a 2D vector
2. Converting a file into a string
3. File writing logic
4. Copying a file to another file
5. Moving (renaming) a file to another file
6. Deleting a file
7. Checking if a file exists
#### TODO:
1. File writing logic
2. File appending logic
3. Copy a file to another file
4. Move a file to another file
5. Rename a file
6. Delete a file?
8. Add line numbers at the beggining of each line in a file
1. Add line numbers at the beggining of each line in a file
+ You tell me