Expand description
Directory operations for creating, copying, and removing directories.
This module provides cross-platform directory operations with proper error handling and Windows long path support.
Functionsยง
- copy_
dir - Recursively copies a directory and all its contents to a new location.
- copy_
dir_ all - Copy a directory recursively (alias for consistency)
- ensure_
dir - Ensures a directory exists, creating it and all parent directories if necessary.
- ensure_
dir_ exists - Alias for
ensure_dirfor consistency - ensure_
parent_ dir - Ensures that the parent directory of a file path exists.
- remove_
dir_ all - Recursively removes a directory and all its contents.