21 #ifndef INCLUDE_RCF_FILESYSTEM_HPP 22 #define INCLUDE_RCF_FILESYSTEM_HPP 24 #include <experimental/filesystem> 27 #include <RCF/Export.hpp> 30 #define RCF_FILESYSTEM_NS std::experimental::filesystem 35 typedef RCF_FILESYSTEM_NS::path
Path;
37 RCF_EXPORT Path makeCanonical(
const Path& p);
39 RCF_EXPORT
void setLastWriteTime(
const Path& p, std::uint64_t writeTime);
40 RCF_EXPORT std::uint64_t getLastWriteTime(
const Path& p);
44 #endif // ! INCLUDE_RCF_FILESYSTEM_HPP RCF_FILESYSTEM_NS::path Path
Typedef for standard C++ path type.
Definition: FileSystem.hpp:35
Definition: AmiIoHandler.hpp:24