diff --git a/GarExtract.cs b/GarExtract.cs index 4acb3856..a2a44436 100644 --- a/GarExtract.cs +++ b/GarExtract.cs @@ -56,6 +56,8 @@ namespace GARbro.GUI try { string destination = Settings.Default.appLastDestination; + if (!Directory.Exists (destination)) + destination = ""; if (!ViewModel.IsArchive) { if (!entry.IsDirectory)