Skip to content

Commit 41a4ec7

Browse files
authored
Update README.md
1 parent d0f7e63 commit 41a4ec7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# file_management
22
Collection of scripts to help with managing files.
3+
4+
5+
# Mirror File Times
6+
If you've already copied a folder over but want to modify file times, you can run this Python script to update the creation/modified/access times to mirror the original source.
7+
8+
Usage: `python mirror_file_times.py /src/dir /dest/dir`
9+
10+
Installation (Python 3.7+): `pip install pypiwin32 tqdm`
11+
12+
It should work on Linux, but I haven't tested it.
13+

0 commit comments

Comments
 (0)