Go to file
sangyun be0bec73f5 initial create 2024-01-20 21:58:24 +09:00
Src initial create 2024-01-20 21:58:24 +09:00
README.md initial create 2024-01-20 21:58:24 +09:00

README.md

How to use

> .\FileOrganizer.exe --help

FileOrganizer 1.0.0
Copyright (C) 2024 FileOrganizer

  -i, --input     Required. input directory path.

  -o, --output    Required. output directory path.

  --help          Display this help screen.

  --version       Display version information.

input directory의 모든 파일에서

  1. Read exif data (0x0132 > 0x9003 > 0x9004)
  2. File Create Date 기준

outputpath/yyyy/mm 경로에 저장됩니다.

EXIF Tag

TagID TagName TagValue
0x0132 ModifyDate YYYY:MM:DD HH:MM:SS
0x9003 DateTimeOriginal YYYY:MM:DD HH:MM:SS
0x9004 CreateDate YYYY:MM:DD HH:MM:SS

reference