Fix subdir fs

This commit is contained in:
2024-12-30 05:16:44 -06:00
parent b149b3d3a0
commit 76cec2b269

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())