move
Hook for moving a directory or directories to a location.:param src: String or list of sources, either directories or files:param dst: String for path to copy to:param create_path: Boolean to create the directory path if it does not exist. Defaults to true:return: None
Inputs
Arguments
Position |
Argument |
Type |
---|---|---|
1 |
src |
union |
2 |
dst |
str |
Output
NoneType