Fix subdir fs
This commit is contained in:
parent
b149b3d3a0
commit
76cec2b269
|
@ -10,7 +10,7 @@ namespace Tesses::Framework::Filesystem
|
||||||
{
|
{
|
||||||
// /a/b/c
|
// /a/b/c
|
||||||
// /a/b/c
|
// /a/b/c
|
||||||
VFSPath newPath
|
VFSPath newPath;
|
||||||
newPath.relative=false;
|
newPath.relative=false;
|
||||||
|
|
||||||
if(path.path.size() >= this->path.path.size())
|
if(path.path.size() >= this->path.path.size())
|
||||||
|
|
Loading…
Reference in New Issue