mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-08-03 17:15:31 +00:00
Add relative filesystem
This commit is contained in:
@@ -170,6 +170,11 @@ namespace Tesses::Framework::Filesystem {
|
||||
if(this->deleteOnDestroy && this->parent->DirectoryExists(p))
|
||||
this->parent->DeleteDirectoryRecurse(p);
|
||||
}
|
||||
std::shared_ptr<FSWatcher> TempFS::CreateWatcher(std::shared_ptr<VFS> vfs, VFSPath path)
|
||||
{
|
||||
return FSWatcher::Create(vfs,path);
|
||||
}
|
||||
|
||||
TempFS::~TempFS()
|
||||
{
|
||||
VFSPath p;
|
||||
|
||||
Reference in New Issue
Block a user