pub fn execute(
db: &Database,
pattern: &str,
base_dir: Option<&Path>,
) -> Result<OrganizeResult, OrganizeError>Expand description
Execute the moves: rename files, update DB, log for undo.
pub fn execute(
db: &Database,
pattern: &str,
base_dir: Option<&Path>,
) -> Result<OrganizeResult, OrganizeError>Execute the moves: rename files, update DB, log for undo.