mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-04-18 10:07:21 +00:00
Push failed torrent code as backup before I remove it
This commit is contained in:
@@ -87,6 +87,15 @@ namespace Tesses::Framework::Filesystem
|
||||
{
|
||||
this->parent->DeleteFile(ToParent(path));
|
||||
}
|
||||
void SubdirFilesystem::Lock(VFSPath path)
|
||||
{
|
||||
this->parent->Lock(ToParent(path));
|
||||
}
|
||||
|
||||
void SubdirFilesystem::Unlock(VFSPath path)
|
||||
{
|
||||
this->parent->Unlock(ToParent(path));
|
||||
}
|
||||
void SubdirFilesystem::CreateSymlink(VFSPath existingFile, VFSPath symlinkFile)
|
||||
{
|
||||
this->parent->CreateSymlink(ToParent(existingFile),ToParent(symlinkFile));
|
||||
|
||||
Reference in New Issue
Block a user