cp is stable state right now, but has one issue:
- copying directories that contain files in subpaths will be copied to the new directory, but will not preserve subpath structure. Files to be copied in
src_paths will need to be enumerated and folders created before the copy takes place.
cp is stable state right now, but has one issue:
src_pathswill need to be enumerated and folders created before the copy takes place.