Expand description
§directory
Directory utility functions.
Functions§
- create
- Creates the directory (and if needed the parent directories) for the provided path.
- create_
parent - Creates the parent directory (and if needed the parent directories) for the provided path. In case no parent directory path component exists, this function will return ok result.
- delete
- Deletes the directory and any child file/directory.