ensure_dir
Function
This function is defined in the paths module.Ensure a directory exists, creating it if necessary.
Signature
Parameters
Union[str, Path]
required
Directory path to ensure exists
Returns
Path
Path object for the directory
Usage
Uses
Pathpath.mkdir
Source
View on GitHub
praisonaiagents/paths.py at line 535
