I am coding in C# for the first time and encountering this.
I use the function File.WriteAllBytes(OutputFileName, dest);
which is creating a file on the disk and when my application tries to open the same file using file.Open
giving me an exception Access to Path Denied. Please help me to get rid of this. I am on Windows 7, not running as administrator.
Thank you.