[Kernel] Added Support For: XFileRenameInformation
This commit is contained in:
@@ -46,6 +46,7 @@ class HostPathEntry : public Entry {
|
||||
std::unique_ptr<Entry> CreateEntryInternal(const std::string_view name,
|
||||
uint32_t attributes) override;
|
||||
bool DeleteEntryInternal(Entry* entry) override;
|
||||
void RenameEntryInternal(const std::filesystem::path file_path) override;
|
||||
|
||||
std::filesystem::path host_path_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user