C# Copy .EXE to %APPDATA%
Hello C-Sharpcorner
I'm currently making a program in C#. It's a Windows Forms Application.
For an example, i have my .EXE, when I open the program it needs to copy it self to the %APPDATA% folder under a custom folder that i choose. This must be done silently so you can't see it acutally doing the copy (the program isn't that big yet)
I have a code for adding it to startup already, just need a common folder on Windows OS so it will work on every giving computer :)
//Gert