romcomma.user.results.copy§

copy(src, dst)[source]§

Copy a folder destructively.

Parameters:
  • src (Path | str) – The folder to be copied, relative to the Fold.folder.

  • dst (Path | str) – The folder of the copy, relative to the Fold.folder.

Return type:

Path

Returns: dst if successful.