Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 290 Bytes

File metadata and controls

5 lines (3 loc) · 290 Bytes

SplitFolder

Frequently I met the situation I have to split big folders into many small ones in case to improve the performance. because when you write lots of files in one folder, the OS will spend more and more time to maintain the FAT.

python 3.0 should be installed to use this tool