audeering / audeer

Helpful Python functions
https://audeering.github.io/audeer/
Other
3 stars 0 forks source link

Add audeer.move() #96

Closed hagenw closed 10 months ago

hagenw commented 1 year ago

As experienced in https://github.com/audeering/audb/pull/277#discussion_r1162649547, audeer.move_file() can also move folders. So we should consider adding audeer.move() as well and/or updating the docstring of audeer.move_file().

hagenw commented 10 months ago

We might consider handling #98 at the same time when addressing this issue.