[][src]Module indigo::fs

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.

Modules

path

Path string manipulation and inspection.

Traits

PathLike

A trait for values that can be used in path operations.

Functions

glob

Finds and returns all paths matching the given glob pattern.