# movefilebytime **Repository Path**: Geoyee/movefilebytime ## Basic Information - **Project Name**: movefilebytime - **Description**: 按文件修改时间排序顺序从旧到新进行拷贝 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2024-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # movefilebytime ![Static Badge](https://img.shields.io/badge/https%3A%2F%2Fimg.shields.io%2Fbadge%2Fany_text-C%2B%2B17-blue?style=flat&label=Standard%20C%2B%2B&link=https%3A%2F%2Fen.cppreference.com%2Fw%2Fcpp%2F17) 按文件修改时间排序顺序从旧到新进行拷贝 ## 编译 ```shell git clone https://gitee.com/Geoyee/movefilebytime.git cd movefilebytime mkdir build cd build cmake .. make ``` ## 使用 ```shell MoveFiles.exe ```