Merge 269d3b9909
into a6ce08abf7
This commit is contained in:
commit
a37f79304d
@ -336,7 +336,7 @@ bool FilePath::CreateDirectoriesRecursively() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (pathname_.empty() || this->DirectoryExists()) {
|
||||
if (pathname_.empty() || pathname_ == kCurrentDirectoryString || this->DirectoryExists()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user