[#BloombergLP-bdls-FilesystemUtil-isDirectory-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::isDirectory :relfileprefix: ../../../ :mrdocs: `isDirectory` overloads == Synopses Declared in `<bdls_filesystemutil.h>` Return `true` if a directory currently exists at the specified `path`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdls/FilesystemUtil/isDirectory-04.adoc[isDirectory]( char const* path, bool followLinksFlag = false); ---- [.small]#xref:BloombergLP/bdls/FilesystemUtil/isDirectory-04.adoc[_» more..._]# Return whether `path` names an existing directory. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static bool xref:BloombergLP/bdls/FilesystemUtil/isDirectory-0a.adoc[isDirectory]( STRING_TYPE const& path, bool followLinksFlag = false); ---- [.small]#xref:BloombergLP/bdls/FilesystemUtil/isDirectory-0a.adoc[_» more..._]# == Return Value `true` if `path` is a directory, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *path* | filesystem path to test | *followLinksFlag* | whether to follow symbolic links |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#