SystemTools: do not call FileExists() before calling FileIsDirectory()
FileIsDirectory() will return false if the given path does not exist, so the call to FileExists() is redundant. Change-Id: I46b3dde9150d6f24a436c4d2f9dd6e2d21c57638
Loading
Please register or sign in to comment