You can get directory for the exe file using the System.Environment.CurrentDirectory
, then use the System.IO.File.Copy
method to copy that file to any destination. Also for getting the current directory you may want to see this
solved how to copy a file from current folder to another folder in C#