Added a new form to allow the user to manage naming patterns.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user