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