Same as getSymbolicLinkTarget(std::string *, const char *), but accepts a STRING_TYPE path.

Synopsis

Declared in <bdls_filesystemutil.h>

template<class STRING_TYPE>
static
int
getSymbolicLinkTarget(
    std::string* result,
    STRING_TYPE const& path);

Created with MrDocs