Module indigo::fs[][src]

File system utilities.

This module does not support non-Unicode paths. Paths with non-Unicode characters are either ignored or cause an error, depending on the context.

Re-exports

pub use self::path::PathLike;

Modules

path

Path string manipulation and inspection.

Structs

Watcher

A file system watcher that can watch paths for events.

Functions

glob

Finds and returns all paths matching the given glob pattern.