Displays directory not found error in file system resource manager.
This commit is contained in:
@@ -64,6 +64,10 @@ namespace Cryville.Crtr.Browsing {
|
||||
.Where(i => i is DirectoryInfo || _extFilter.Contains(i.Extension))
|
||||
.Select(i => new FileSystemEntry(i)).ToArray();
|
||||
}
|
||||
catch (DirectoryNotFoundException ex) {
|
||||
Popup.CreateException(ex);
|
||||
return;
|
||||
}
|
||||
catch (SecurityException ex) {
|
||||
Popup.CreateException(ex);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user