Project: win32-setctime

A small Python utility to set file creation time on Windows

Project Details

Latest version
1.1.0
Home Page
https://github.com/Delgan/win32-setctime
PyPI Page
https://pypi.org/project/win32-setctime/

Project Popularity

PageRank
0.0016027336856594214
Number of downloads
205141

win32-setctime

Pypi version Python version Build status License

A small Python utility to set file creation time on Windows.

Installation


pip install win32-setctime

Usage


from win32_setctime import setctime



setctime("my_file.txt", 1561675987.509, follow_symlinks=True)