mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GarExtract): fallback to default destination directory if last one used is inaccessible.
This commit is contained in:
@@ -56,6 +56,8 @@ namespace GARbro.GUI
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
string destination = Settings.Default.appLastDestination;
|
string destination = Settings.Default.appLastDestination;
|
||||||
|
if (!Directory.Exists (destination))
|
||||||
|
destination = "";
|
||||||
if (!ViewModel.IsArchive)
|
if (!ViewModel.IsArchive)
|
||||||
{
|
{
|
||||||
if (!entry.IsDirectory)
|
if (!entry.IsDirectory)
|
||||||
|
|||||||
Reference in New Issue
Block a user