We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33838a3 commit 7baa38dCopy full SHA for 7baa38d
1 file changed
src/rbc/core/utils.py
@@ -52,6 +52,7 @@ def rename(in_file: str | Path, new_name: str | Path) -> Path:
52
return in_file
53
return Path(shutil.move(str(in_file), str(target)))
54
55
+
56
def save_directory(in_dir: str | Path, out_dir: str | Path, name: str) -> Path:
57
"""Save a directory by copying it to a new location.
58
0 commit comments