Same as getSymbolicLinkTarget(std::pmr::string *, const char *), but accepts a STRING_TYPE path.
Synopsis
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
int
getSymbolicLinkTarget(
std::pmr::string* result,
STRING_TYPE const& path);
Created with MrDocs