[#BloombergLP-bdls-FdStreamBuf_FileHandler-isRegularFile] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FdStreamBuf_FileHandler.adoc[FdStreamBuf_FileHandler]::isRegularFile :relfileprefix: ../../../ :mrdocs: Return whether this handler's file descriptor refers to a regular file. == Synopsis Declared in `<bdls_fdstreambuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isRegularFile() const; ---- == Description Return `true` if the file descriptor associated with this file handler is associated with a regular file and `false` otherwise. Note that directories and pipes are not regular files. == Return Value `true` if the associated descriptor is a regular file, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#