Skip to content

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

License

Notifications You must be signed in to change notification settings

lahma0/win32-setfiletime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win32-setfiletime

Pypi version Python version Build status License

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

Installation

pip install win32-setfiletime

Usage

from win32_setfiletime import setctime, setmtime, setatime

setctime("my_file.txt", 1561675987.509)
setmtime("my_file.txt", 1561675987.509)
setatime("my_file.txt", 1561675987.509)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages