mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-12 01:46:38 +08:00
Update release
This commit is contained in:
@@ -105,7 +105,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