Move things from crosslang to here

This commit is contained in:
2025-06-21 23:05:12 -05:00
parent 71a2c83e5a
commit 81f0d3be2e
41 changed files with 275029 additions and 96 deletions

View File

@@ -169,7 +169,7 @@ namespace Tesses::Framework::Filesystem
{
auto firstPartPath = p.path.front();
if(!firstPartPath.empty() && firstPartPath.back() == '/') p.relative=false;
if(!firstPartPath.empty() && firstPartPath.back() == ':') p.relative=false;
}
}
return p;