|
|
@ -6,7 +6,6 @@ |
|
|
|
#define BK_DIR_ENTRY_TYPE(type) const char* type_name() override { return BK_STRINGIFY(type); }\ |
|
|
|
#define BK_DIR_ENTRY_TYPE(type) const char* type_name() override { return BK_STRINGIFY(type); }\ |
|
|
|
static FileType get_type() { return FileType::type; }\
|
|
|
|
static FileType get_type() { return FileType::type; }\
|
|
|
|
namespace Bk { |
|
|
|
namespace Bk { |
|
|
|
namespace Tools { |
|
|
|
|
|
|
|
using FileType = std::filesystem::file_type; |
|
|
|
using FileType = std::filesystem::file_type; |
|
|
|
using FilePerms = std::filesystem::perms; |
|
|
|
using FilePerms = std::filesystem::perms; |
|
|
|
using FileStatus = std::filesystem::file_status; |
|
|
|
using FileStatus = std::filesystem::file_status; |
|
|
@ -52,4 +51,3 @@ namespace Bk { |
|
|
|
std::filesystem::directory_entry ent; |
|
|
|
std::filesystem::directory_entry ent; |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|