Module ligen::utils::fs[][src]

Expand description

Helpers for file system operations.

Functions

Copies the file from the origin path to the destination path. It creates all the parent directories if they don’t exist.

Creates all the parent directories if they don’t exist.

Writes the file content to the specified path. It creates all the parent directories if they don’t exist.