Move things from crosslang to here
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user