Skip to content

Instantly share code, notes, and snippets.

View enghqii's full-sized avatar

Chanwoo enghqii

  • NEXON KOREA
  • South Korea
View GitHub Profile
@enghqii
enghqii / oldfy.py
Created June 8, 2020 07:27
A python script that overwrites file creation time
#! /usr/bin/python
import os, sys
import platform
import time
# pip install pypiwin32
import pywintypes, win32file, win32con