[#BloombergLP-bdls-FilesystemUtil-getSymbolicLinkTarget-0fc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::getSymbolicLinkTarget :relfileprefix: ../../../ :mrdocs: Load into `result` the target of the symbolic link at `path`. == Synopsis Declared in `<bdls_filesystemutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static int getSymbolicLinkTarget( xref:bsl/string.adoc[bsl::string]* result, STRING_TYPE const& path); ---- == Description Same as `getSymbolicLinkTarget(bsl::string *, const char *)`, but accepts a `STRING_TYPE` path. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the symbolic‐link target | *path* | filesystem path of the symbolic link |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#