Describe the issue
When using SelectAndGetFolderPath() to select a directory, if the user navigates into a folder and then selects the ".." (parent directory) entry and clicks OK, the procedure returns an invalid path containing the literal ".." segment (e.g., "Docs/mine/2025/../").
Expected behavior
Expected Behavior:
When the ".." entry is selected, return TempFileAccountContent."Parent Directory" directly instead of combining it with the ".." literal.
Steps to reproduce
Invoke Select Folder, stand on the navigational entry, and click OK
Additional context
No response
I will provide a fix for a bug