[#BloombergLP-bdls-FilesystemUtil-exists-056] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::exists :relfileprefix: ../../../ :mrdocs: Return `true` if a file or directory currently exists at `path`. == Synopses Declared in `<bdls_filesystemutil.h>` Return `true` if a file or directory currently exists at `path`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdls/FilesystemUtil/exists-01.adoc[exists](char const* path); ---- [.small]#xref:BloombergLP/bdls/FilesystemUtil/exists-01.adoc[_» more..._]# Return `true` if a file or directory currently exists at `path`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static bool xref:BloombergLP/bdls/FilesystemUtil/exists-050.adoc[exists](STRING_TYPE const& path); ---- [.small]#xref:BloombergLP/bdls/FilesystemUtil/exists-050.adoc[_» more..._]# == Return Value `true` if a file or directory exists at `path`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *path* | filesystem path to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#