mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-20 11:31:28 +08:00
Update import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user