martin Re: Method to Query Version No of WinSCP DLL/EXE 2015-04-13 No. But you can easily use FileVersionInfo.GetVersionInfo. See https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.fileversioninfo.getversioninfo That's what ExeSessionProcess.CheckVersion in WinSCP .NET assembly does.
bytecodeman Method to Query Version No of WinSCP DLL/EXE 2015-04-10 15:00 Hi! Is there a way to determine to retrieve the version number of the DLL/EXE of WinSCP used by an application? I can't seem to find the capability. I'd like to report in a log all the version numbers of the components used by my app. Thx!