Function sortery::tools::extract [−][src]
pub fn extract(source: &File, target: &File, dry_run: bool)
Expand description
Move all the contents of SOURCE to TARGET, maintaining subdirectory structure.
If dry_run
is true
, will print the intended sort without acutally sorting.