MOD Gui support.
This commit is contained in:
@@ -218,6 +218,10 @@ bool pipedal::IsSubdirectory(const std::filesystem::path &path, const std::files
|
||||
|
||||
if ((*i) != (*iPath))
|
||||
{
|
||||
if (*i == "" && ++i == basePath.end()) // match xyz/ (trailing /)
|
||||
{
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
++iPath;
|
||||
|
||||
Reference in New Issue
Block a user