Explore10
Explore10 copied to clipboard
Crash if you don't have access to a folder (permissions)
Is this happening with FileInfo? In FillView()?
FillView() at line FileInfo[] files = dirinfo.GetFiles();
Yeah, need to do some error checking
I think I am just going to require admin. I'm not sure how else I could fix this. I will look into a case by case admin access
Welp, case by case isn't happening, but I guess that I can just show an error. People can decide to relaunch as admin. Perhaps I can add that as an option on the flyout.