hsntools.paths.create.create_project_directory¶
- hsntools.paths.create.create_project_directory(base_path, project, project_folders=['docs', 'info', 'nwb', 'recordings'], verbose=True)[source]¶
Create the folder structure for one or more projects.
- Parameters:
- base_pathstr or Path
The path to the folder where to put the project.
- projectstr or list
The project name(s). If list, should be a list of project names, each which will be created.
- project_folderslist, optional
List of sub-folders to initialize in the project folder.
- verbosebool, optional, default: True
Whether to print out information.