Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 843 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 843 Bytes

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)