ExecutablePath in Session construction
Just a quick question.
I am maintaining a legacy app that uses the WinSCP dll library.
It seems to use this constructor to create a session:
According to the docs,
What is the effect of adding that parameter?
I'm just trying to understand why the original author would construct as so.
The app is using WinSCPnet.DLL 5.15.3.0
I am maintaining a legacy app that uses the WinSCP dll library.
It seems to use this constructor to create a session:
According to the docs,
ExecutablePath
is null by default and will look in its own directory.
What is the effect of adding that parameter?
ExecutablePath = "WinSCP.exe"
? Is it the same as null
or is there some other effect? Will it look in the global path for WinSCP?
I'm just trying to understand why the original author would construct as so.
The app is using WinSCPnet.DLL 5.15.3.0