Fix subdir fs

This commit is contained in:
Mike Nolan 2024-12-30 05:16:44 -06:00
parent b149b3d3a0
commit 76cec2b269
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace Tesses::Framework::Filesystem
{
// /a/b/c
// /a/b/c
VFSPath newPath
VFSPath newPath;
newPath.relative=false;
if(path.path.size() >= this->path.path.size())