Module touch::dir [] [src]

This module contains basic methods to manipulate the contents of local directories. All methods in this module represent cross-platform filesystem operations.

Functions

create

Recursively creates the directory indicated by the provided path if it does not exist, otherwise it short circuits and returns immediately.

delete

Idempotently deletes the file indicated by the provided path.