Hi,
I’ve an application called WinSCP. I’ve placed it’s DLL in UiPath project folder. I’m wrote a powershell script to upload a file to WinSCP datastore using it’s DLL. I’m invoking this script from UiPath. It’s working fine.
As I’m interacting with application’s DLL, I’m thinking what is the need of application on my robot machine. If I uninstall application and run the script, will it work?
I’m not sure how DLLs work. Does a DLL interact with any application files or can I uninstall application and just use DLL (and write scripts to perform the tasks using DLL)?
Thanks in advance.