[][src]Module fsio::directory

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.