win32-setctime

A small Python utility to set file creation time on Windows

MIT license 7 个版本 Python >=3.5
Delgan <delgan.py@gmail.com>
安装
pip install win32-setctime
poetry add win32-setctime
pipenv install win32-setctime
conda install win32-setctime
描述

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)