isSymbolicLink overloads

Synopses

Declared in <bdls_filesystemutil.h>

Return true if there currently exists a symbolic link at the specified path, and false otherwise. Windows directory junctions are treated as directory symbolic links. The parameterized STRING_TYPE must be one of bsl::string, std::string, std::pmr::string (if supported), bsl::string_view, or bslstl::StringRef.

static
bool
isSymbolicLink(char const* path);

Same as the overload taking const char *.

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

Created with MrDocs