mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-02 02:25:31 +00:00
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