Load into result the target of the symbolic link at path.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
int
getSymbolicLinkTarget(
std::string* result,
STRING_TYPE const& path);
Same as getSymbolicLinkTarget(std::string *, const char *), but accepts a STRING_TYPE path.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| result | receives the symbolic-link target |
| path | filesystem path of the symbolic link |