Record
directory-entry
A directory entry.
record directory-entry {
type: descriptor-type,
name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| type | descriptor-type | The type of the file referred to by this directory entry. |
| name | string | The name of the object. |