rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
703 stars 94 forks source link

FileDialog -> AccessDenied Exception will crash #443

Open NinthDesertDude opened 6 months ago

NinthDesertDude commented 6 months ago

Tried navigating to D:/DeliveryOptimization on my computer and that gave me an access denied exception that wasn't caught. It would be better if it produced a little dialog for the user whenever any exception occurs and return to the previous or parent directory (if necessary) instead of crashing, since a try-catch block from my end will still result in the user losing their place in the dialog even if I reopen it.