Given a file path, which may only be valid within a given session, returns a path which is usable across all sessions on the current system.
std::wstring
FesfUtil2GetUniversalFilePath(std::wstring_view FilePath);
DWORD
FesfUtil2GetUniversalFilePath_C(
[in] LPCWSTR FilePath,
[out] LPWSTR ReturnedPath,
[inout] DWORD* PathBufferSize);
FilePath
A file path to query.
A fully qualified ("UNC") file path that is valid in all sessions.
Throws an FEU2Exception if an error is encountered.