Add relative filesystem
This commit is contained in:
@@ -44,5 +44,9 @@ namespace Tesses::Framework::Filesystem
|
||||
void Lock(VFSPath path);
|
||||
void Unlock(VFSPath path);
|
||||
~TempFS();
|
||||
|
||||
protected:
|
||||
std::shared_ptr<FSWatcher> CreateWatcher(std::shared_ptr<VFS> vfs, VFSPath path);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user