Module quicli::fs[][src]

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

create_dir

Recursively create a directory and all of its parent components if they are missing.

glob

Find files with glob pattern

read_file

Read file content into string

write_to_file

Write string to file