Show error if dir does not exist in ScanFolder
This commit is contained in:
@@ -196,6 +196,10 @@ class MainViewModel : BaseViewModel, IFontResolver
|
|||||||
ResortPDFItemsByDate();
|
ResortPDFItemsByDate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LogInfo("Error: The directory {0} does not exist. Please select another folder.", path);
|
||||||
|
}
|
||||||
NotifyPropertyChanged(nameof(IsCreatePDFButtonEnabled));
|
NotifyPropertyChanged(nameof(IsCreatePDFButtonEnabled));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user