R
Ronald Kloverod
Hi!
Is there any easy way to find the name of the programs .exe-file? I'm using
C# and have tried using System.Reflection.AssemblyName. But this one seems
to give me the name as it was at compile time. In my case, the "original"
..exe-file may be renamed, and what I want to know is "my" new name.
In advance: Thanks!
Ronald
Is there any easy way to find the name of the programs .exe-file? I'm using
C# and have tried using System.Reflection.AssemblyName. But this one seems
to give me the name as it was at compile time. In my case, the "original"
..exe-file may be renamed, and what I want to know is "my" new name.
In advance: Thanks!
Ronald