create_directories_from_path

create_directories_from_path(p: str) bool[source]

Creates a standard directory structure rooted at the given path.

Parameters:

p (str) – Root path for the new directory structure.

Returns:

True if successful, False if an exception occurred.

Return type:

bool