I am pretty new to C# and I am trying to get my program to copy a file from one location to another. The method I have is as below;
private void CopyInstallF
Try this :
string path = @"C:\Program Files (x86)\your\path\main.txt";