mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-07 04:21:39 +08:00
Update release
This commit is contained in:
@@ -107,7 +107,7 @@ FilePath
|
||||
return fullPath == L"/";
|
||||
}
|
||||
|
||||
WString FilePath::GetRelativePathFor(const FilePath& _filePath)
|
||||
WString FilePath::GetRelativePathFor(const FilePath& _filePath) const
|
||||
{
|
||||
if (fullPath.Length() == 0 || _filePath.fullPath.Length() == 0 || fullPath[0] != _filePath.fullPath[0])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user