shapepipe.utilities.file_system
shapepipe.utilities.file_system¶
FILE SYSTEM TOOLS.
This module defines methods for managing actions on the file system.
- Author
Samuel Farrens <samuel.farrens@cea.fr>
- exception FileSystemError[source]¶
Bases:
Exception
File System Error.
Generic error that is raised by the file system.
- mkdir(dir_name, check_created=True, exist_ok=True)[source]¶
Make Directory.
This method creates a directory in the specified path.
- Parameters
- Raises
FileSystemError – If directory already exists
FileSystemError – If directory not properly created