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 Jul 27, 2020 · 3 revisions

Tree.Entry

A tree entry.

public struct Entry: Hashable

Inheritance

Hashable

Initializers

init(_:)

init(_ pointer: OpaquePointer)

init(_:)

public init(_ object: Object)

Properties

pointer

var pointer: OpaquePointer!

attributes

The file attributes of a tree entry

var attributes: Int32

name

The filename of the tree entry.

var name: String

object

The object corresponding to the tree entry.

var object: Object?

Clone this wiki locally