ObCreateSymbolicLink/ObDeleteSymbolicLink

This commit is contained in:
Dr. Chat
2015-12-17 17:14:43 -06:00
committed by Ben Vanik
parent 9cf324f689
commit 8f92c60a0b
3 changed files with 64 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ class VirtualFileSystem {
bool RegisterSymbolicLink(std::string path, std::string target);
bool UnregisterSymbolicLink(std::string path);
bool IsSymbolicLink(const std::string& path);
Entry* ResolvePath(std::string path);
Entry* ResolveBasePath(std::string path);