How to find if a file is an exe in C# ?
- by Praveen
Hi All,
How can I be sure that a file passed to my program is a valid exe file ?
actually my program takes a file as input and runs it, but user can input any file so I have to make sure that the input is a valid exe.
Thanks in advance for any guidance...