update_builtin_path
- class colibri.data.utils.update_builtin_path(name, path)[source]
Bases:
Update the built-in path by creating a new directory with the given name inside the specified path. :param name: The name of the directory to be created. :type name: str :param path: The path where the new directory will be created. :type path: str
- Returns:
The path of the newly created directory.
- Return type:
str
- Parameters:
name (str)
path (str)