Oven logo

Oven

Published

A small Python utility to set file creation time on Windows

pip install win32-setctime

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

>=3.5

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)