copyPasteDirectory#

pyCGM2.Utils.files.copyPasteDirectory(src: str, dst: str)#

Copy and paste a directory from a source to a destination.

Parameters:
  • src (str) – The source directory path.

  • dst (str) – The destination directory path.