Hi,
I have a new question about deploying an application n PowerBuilder. I'm a developer from .NET stack. In .NET Windows (WinForms/WPF) application is possible to put runtime and custom libraries in subfolders (below the image or in the attachment).
For this solution we have to set the below line in an application configuration file:
<probing privatePath="bin;packages" />
How can I do the same folders structure for application development in PowerBuilder ? Is it possible to add a probing path to ini file ?