Skip to main content

Interface: DirectoryEntry

@divine/uri.DirectoryEntry

Filesystem metadata, returned by info and list.

Properties

created

Optional created: Date

When the entry was created.

Defined in

uri/src/uri.ts:76


length

Optional length: number

The entry length, in bytes.

Defined in

uri/src/uri.ts:73


name

name: string

The name of the entry.

Defined in

uri/src/uri.ts:67


type

type: ContentType

The MIME type of the entry.

Defined in

uri/src/uri.ts:70


updated

Optional updated: Date

When the entry was last modified.

Defined in

uri/src/uri.ts:79


uri

uri: URI

The URI this entry describes.

Defined in

uri/src/uri.ts:64