BloombergLP::bdls::FilesystemUtil::isSymbolicLink

Return true if a symbolic link currently exists at path.

Synopsis

Declared in <bdls_filesystemutil.h>

template<class STRING_TYPE>
static
bool
isSymbolicLink(STRING_TYPE const& path);

Description

Same as the overload taking const char *.

Return Value

true if path is a symbolic link, and false otherwise

Parameters

NameDescription
pathfilesystem path to test