Return whether path names an existing directory.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
bool
isDirectory(
STRING_TYPE const& path,
bool followLinksFlag = false);
Same as the overload taking const char *.
true if path is a directory, and false otherwise
| Name | Description |
|---|---|
| path | filesystem path to test |
| followLinksFlag | whether to follow symbolic links |