摘要: 因项目中使用文件的创建日期来命名文件,所以不用额外查找文件的创建日期再进行排序,记录一下 bool AscendingSortByCreationTime(const std::wstring& file_a, const std::wstring& file_b) { int n_time_les 阅读全文
posted @ 2022-02-15 11:57 strive-sun 阅读(133) 评论(0) 推荐(0)