Update import

This commit is contained in:
vczh
2026-03-21 02:29:06 -07:00
parent 8297eb5caa
commit 17636c02d1
23 changed files with 4109 additions and 3721 deletions
@@ -9,7 +9,7 @@ FilePath GetCommonFolder(
{
if (From(paths).All([&](const FilePath& path)
{
return INVLOC.StartsWith(path.GetFullPath(), folder.GetFullPath() + WString::FromChar(folder.Delimiter), Locale::IgnoreCase);
return INVLOC.StartsWith(path.GetFullPath(), folder.GetFullPath() + WString::FromChar(FilePath::GetPathDelimiter()), Locale::IgnoreCase);
}))
{
return folder;