made work: copy a file, move a file, check if a file exists, delete a file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user