[#BloombergLP-bdls-FilesystemUtil-getSymbolicLinkTarget-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::getSymbolicLinkTarget :relfileprefix: ../../../ :mrdocs: Load, into the specified `result`, the target of the symbolic link at the specified `path`. Return 0 on success, and a non‐zero value otherwise. For example, this function will return an error if `path` does not refer to a symbolic link. Windows directory junctions are treated as directory symbolic links. If `path` is a relative path, it is evaluated against the current working directory. The parameterized `STRING_TYPE` must be one of `bsl::string`, `std::string`, `std::pmr::string` (if supported), `bsl::string_view`, or `bslstl::StringRef`. == Synopsis Declared in `<bdls_filesystemutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getSymbolicLinkTarget( xref:bsl/string.adoc[bsl::string]* result, char const* path); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#