21 #ifndef INCLUDE_RCF_FILESYSTEM_HPP 22 #define INCLUDE_RCF_FILESYSTEM_HPP 26 #include <RCF/Export.hpp> 27 #include <RCF/StdFileSystem.hpp> 32 typedef RCF_FILESYSTEM_NS::path
Path;
34 RCF_EXPORT Path makeCanonical(
const Path& p);
36 RCF_EXPORT
void setLastWriteTime(
const Path& p, std::uint64_t writeTime);
37 RCF_EXPORT std::uint64_t getLastWriteTime(
const Path& p);
41 #endif // ! INCLUDE_RCF_FILESYSTEM_HPP RCF_FILESYSTEM_NS::path Path
Typedef for standard C++ path type.
Definition: FileSystem.hpp:32
Definition: AmiIoHandler.hpp:24