Expand description

directory

Directory utility functions.

Functions

Creates the directory (and if needed the parent directories) for the provided path.

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.

Deletes the directory and any child file/directory.