diff options
Diffstat (limited to 'testing/utils/path_service.h')
-rw-r--r-- | testing/utils/path_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/utils/path_service.h b/testing/utils/path_service.h index fc0042ca17..63df808dae 100644 --- a/testing/utils/path_service.h +++ b/testing/utils/path_service.h @@ -16,6 +16,9 @@ // Get the various file directory and path information. class PathService { public: + // Return true when the path is a directory that exists. + static bool DirectoryExists(const std::string& path); + // Return true when the path ends with a path separator. static bool EndsWithSeparator(const std::string& path); |