The first code works:
private const string _File = @"C:\Program Files\Folder\File.txt"; The second code seems to be correct, but does not work:
private const string _File = "\"%ProgramFiles%\\Folder\\File.txt\""; Tell me how to fix the second code so that the x32 system has a path:
C:\Program Files\Folder\File.txt
And in the x64 system is the same (without x86)
C:\Program Files\Folder\File.txt