I need to create files inside of a specific folder ("C:\Windows\System32\oobe\info\backgrounds") and possibly create said folder. When I try this with the File.Copy command windows won't grant the program permission, just throws an error. I am writing this in C# with VS2008.
EDIT: Windows 7, forgot about that part.