Method Stdio.recursive_mv()
- Method
recursive_mv
 intrecursive_mv(stringfrom,stringto)- Description
 Copy a file or a directory tree by copying and then removing. Mode bits are preserved in the copy. It's not the fastest but works on every OS and works well across different file systems.
- Returns
 Returns 0 on failure, nonzero otherwise.
- See also