Skip to content

file operations

Bishnoi, Bhaskar requested to merge fileOperations into develop

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

Merge request reports