amber/fs/dir_entry

Types

pub type DirEntry {
  DirEntry(
    name: String,
    is_file: Bool,
    is_directory: Bool,
    is_symlink: Bool,
  )
}

Constructors

  • DirEntry(
      name: String,
      is_file: Bool,
      is_directory: Bool,
      is_symlink: Bool,
    )
Search Document