SessionDirectoryEntry interface

A single entry in a directory listing.

Properties

is_directory

Whether this entry is a directory.

modified_time

The Unix timestamp (in seconds) when the file was last modified.

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 Unix timestamp (in seconds) when the file was last modified.

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