获取文件
-
如何使用C++获取文件最后修改时间?
通过使用 std::filesystem 库中的 std::filesystem::last_write_time 函数,可在 c++++ 中获取文件的最后修改时间,该函数返回一个 std::chrono::file_time_type 对
通过使用 std::filesystem 库中的 std::filesystem::last_write_time 函数,可在 c++++ 中获取文件的最后修改时间,该函数返回一个 std::chrono::file_time_type 对