I am looking for a way to browse to and select a folder for a setup window on BC22 On-Prem.
The legacy code used dotnet System.Windows.Forms, but this is no longer an option in BC22 dev.
We are able to use the below code for selecting a specific file, but not able to select a folder (where file drops will be picked up from)
FileDialogSelection := FileMgt.UploadFile(Text001, /Definition Import Path/);