Interface: DirectoryEntry
@divine/uri.DirectoryEntry
Filesystem metadata, returned by info and list.
Properties
created
• Optional
created: Date
When the entry was created.
Defined in
length
• Optional
length: number
The entry length, in bytes.
Defined in
name
• name: string
The name of the entry.
Defined in
type
• type: ContentType
The MIME type of the entry.
Defined in
updated
• Optional
updated: Date
When the entry was last modified.
Defined in
uri
• uri: URI
The URI this entry describes.