[XAM] Fixed issue with XamContentCreate reassigning already assigned symlinks
This commit is contained in:
committed by
Radosław Gliński
parent
bc69b95db6
commit
9bfaff5040
@@ -36,6 +36,7 @@ class VirtualFileSystem {
|
||||
bool RegisterSymbolicLink(const std::string_view path,
|
||||
const std::string_view target);
|
||||
bool UnregisterSymbolicLink(const std::string_view path);
|
||||
bool IsSymbolicLinkRegistered(const std::string_view path);
|
||||
bool FindSymbolicLink(const std::string_view path, std::string& target);
|
||||
|
||||
Entry* ResolvePath(const std::string_view path);
|
||||
|
||||
Reference in New Issue
Block a user