Skip to content

cnevinc/MovePhoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovePhoto
=========
1. 用拍照日期幫圖檔分類,並自動移到依日期命名的資料夾中
2. 可選擇路徑
3. 無UI,使用command line 或 IDE 執行


Categorize photos by photo creation date

This program will :
	1. Iterate all files under a given path(including sub-folders) and get their file creation date
	2. Create folders according to those date
	3. Move files with the same creation date to corresponding folder.

How to use:
	1. Exort the project as jar
	2. Run the jar file with : java -jar MovePhoto.jar
	3. Enter the root folder of your choice
	4. Done!

About

圖檔整理幫手

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages