Module quicli::fs

source ·
Expand description

Some helpful functions to deal with file system operations.

These are rather simple, but provide a quick and easy way to to common tasks. Also, they have great error messages.

Functions

Recursively create a directory and all of its parent components if they are missing.
Find files with glob pattern
Read file content into string
Removes a directory at this path, after removing all its contents. Use carefully!
Write string to file