Added a new form to allow the user to manage naming patterns.

This commit is contained in:
Admin
2020-12-07 14:56:10 -06:00
parent b82027c796
commit 09768ae88b
10 changed files with 595 additions and 1 deletions
+2
View File
@@ -61,6 +61,8 @@ namespace DataOrganizer
UpdateStatusStrip($"Moving {file.Name} to default location '{profile.DefaultNewContentFolder}'.");
if(!File.Exists(newFilePath)) File.Copy(file.FullPath, newFilePath);
}
UpdateStatusStrip($"Finished copying file(s) Copied {files.Count} file(s).");
}
private void CommitScanResultsButton_Click(object sender, EventArgs e)