touch(path) - update the access and modification date of a path(s)


Keywords
touch, file, python
License
Unlicense
Install
pip install touch==0.0.28

Documentation

Installation

$ [sudo] pip install touch

Examples

>>> import touch
>>> touch.touch("path/to/file")
>>> touch.touch(["path/to/file1","path/to/file2"])

readme42.com