We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExternalFileStorage.SelectAndGetFolderPath(''); shows no parent directories in the Storage Browser:
It should show the parent directory in all subfolders like the ExternalFileStorage.SelectAndGetFolderPath('', '') does:
Use the following code with a file connector of your choice:
trigger OnAction() var ExternalFileStorage: Codeunit "External File Storage"; Path: Text; begin ExternalFileStorage.Initialize("File Scenario"::Default); Path := ExternalFileStorage.SelectAndGetFolderPath(''); end;
No response
The text was updated successfully, but these errors were encountered:
Fix issue microsoft#3158
81bd5b7
74a56a0
Successfully merging a pull request may close this issue.
Describe the issue
ExternalFileStorage.SelectAndGetFolderPath(''); shows no parent directories in the Storage Browser:
Expected behavior
It should show the parent directory in all subfolders like the ExternalFileStorage.SelectAndGetFolderPath('', '') does:
Steps to reproduce
Use the following code with a file connector of your choice:
Additional context
No response
I will provide a fix for a bug
The text was updated successfully, but these errors were encountered: