[][src]Module memora::fs

Filesystem utilities

Functions

copy

Recursively copy path from to path to.

create_dir

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

create_parents

Recursively create parent components to a path if they are missing.

file_type

Return the file type of a path without following symlinks.