Return true if a file or directory currently exists at path.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
bool
exists(STRING_TYPE const& path);
Same as the overload taking const char *.
true if a file or directory exists at path, and false otherwise
| Name | Description |
|---|---|
| path | filesystem path to test |