Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nitin-bommi/os-path-utilities
- Owner: nitin-bommi
- License: mit
- Created: 2019-12-20T16:02:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T06:58:08.000Z (about 5 years ago)
- Last Synced: 2024-11-18T07:40:33.299Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
+ timeand some classes.