Struct monto::common::products::DirectoryEntry [] [src]

pub struct DirectoryEntry {
    pub name: String,
    pub absolute_path: PathBuf,
    pub file_type: DirectoryEntryType,
}

A single entry in a directory.

Fields

The basename of the file.

The absolute path to the file.

The type of the entry.