Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Tree_Entry

mattt edited this page Aug 17, 2020 · 3 revisions

Tree.Entry

A tree entry.

public final class Entry

Properties

object

The object corresponding to the tree entry.

var object:​ Object?

attributes

The file attributes of a tree entry

var attributes:​ Int32

name

The filename of the tree entry.

var name:​ String

Clone this wiki locally