Function mamba::io::relative_files

source ·
pub fn relative_files(in_path: &Path) -> Result<Vec<OsString>, String>
Expand description

Get all *.mamba files paths relative to given path.

If path is file, return file name. If directory, return all *.mamba files as relative paths to given path.