[Solved] How to write to Program Files (x86) in C#?


I am silly. I specified the directory inside Program Files I was writing to, but did not include the filename in the path. The UnauthorizedAccessException threw me off.

solved How to write to Program Files (x86) in C#?