ethanhs / Explore10

Modern File Explorer
GNU General Public License v3.0
29 stars 9 forks source link

Crash if you don't have access to a folder (permissions) #24

Open Krutonium opened 8 years ago

ethanhs commented 8 years ago

Is this happening with FileInfo? In FillView()?

Krutonium commented 8 years ago

FillView() at line FileInfo[] files = dirinfo.GetFiles();

ethanhs commented 8 years ago

Yeah, need to do some error checking

ethanhs commented 8 years ago

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

ethanhs commented 8 years ago

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.