We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289c1a7 commit 031d78cCopy full SHA for 031d78c
Graphical-Photo-Organizer/GPO.xaml.cs
@@ -364,7 +364,7 @@ private static void RecycleFile(string path)
364
{
365
GC.Collect();
366
GC.WaitForPendingFinalizers();
367
- FileSystem.DeleteFile(path, UIOption.AllDialogs, RecycleOption.SendToRecycleBin); //https://stackoverflow.com/a/3282456
+ FileSystem.DeleteFile(path, UIOption.OnlyErrorDialogs, RecycleOption.SendToRecycleBin); //https://stackoverflow.com/a/3282456
368
}
369
370
private void resetBtn_Click(object sender, RoutedEventArgs e)
0 commit comments