|
|
|
@ -1,12 +1,12 @@ |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <bakatoolspch.h> |
|
|
|
|
#include <bakatools/time/time.h> |
|
|
|
|
|
|
|
|
|
#define BK_DIR_ENTRY_TYPE(type) const char* type_name() override { return BK_STRINGIFY(type); }\ |
|
|
|
|
static FileType get_type() { return FileType::type; }\
|
|
|
|
|
namespace Bk::Tools { |
|
|
|
|
namespace Bk { |
|
|
|
|
namespace Tools { |
|
|
|
|
using FileType = std::filesystem::file_type; |
|
|
|
|
using FilePerms = std::filesystem::perms; |
|
|
|
|
using FileStatus = std::filesystem::file_status; |
|
|
|
@ -52,3 +52,4 @@ namespace Bk::Tools { |
|
|
|
|
std::filesystem::directory_entry ent; |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
} |