file operations
Here are the tasks for file operations
- Use Pathlib package
- Create/Delete directory/folder
- Tree command/function to walk a directory
- Read/Append/Delete file -- default format text
- For Json files - use json module
- Append a key/dict/etc to the JSON would be nice