- create_folder(owner, path, extensions='')#
Create a folder.
A folder has a name and must be either a root folder of a project or a subfolder of another folder.
- Parameters:
- owner
std.Project
orstd.Folder
Owner of the folder, which is either the project itself or a folder.
- path
Union
[str
,List
[str
]] Path to or name of the folder. When a path is provided, the function creates the intermediate folders that do not exist.
- extensions: str
String defining the extensions associated with the folder.
- owner
- Returns:
std.Folder
Folder with the given path or name if this folder exists.