File writing
Anyone know a way around or how to fix this? none of my previous practice apps have come up with this error
2 Replies
Start VS as admin
As accessing C drive requires admin access
i fixed it, instead of a + in needed a ,
so
string vehicleFile = Path.Combine(Environment.GetEnvironmentVariable("USERPROFILE"), "VehicleChecklist.txt");