SessionDirectoryEntry interface
A single entry in a directory listing.
Properties
| is_directory | Whether this entry is a directory. |
| modified_time | The last modification time in UTC (ISO 8601). |
| name | The name of the file or directory. |
| size | The size in bytes (0 for directories). |
Property Details
is_directory
Whether this entry is a directory.
is_directory: boolean
Property Value
boolean
modified_time
The last modification time in UTC (ISO 8601).
modified_time: Date
Property Value
Date
name
The name of the file or directory.
name: string
Property Value
string
size
The size in bytes (0 for directories).
size: number
Property Value
number