Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitin-bommi/os-path-utilities

Basic operations on files.
https://github.com/nitin-bommi/os-path-utilities

Last synced: 12 days ago
JSON representation

Basic operations on files.

Awesome Lists containing this project

README

        

# OS-path-utilities

### Basic operations on Files like,
+ File creation
+ File modification
+ Reading a file
+ Finding the path of a file
+ Getting the info of a file
+ Making a duplicate copy of a file
+ Compressing files

### Libraries used
+ shutil
+ zipfile
+ os
+ datetime
+ time

and some classes.