Interface IFileContainer

A stripped-down interface for a file container.

interface IFileContainer {
    items: string[];
    path: string;
}

Hierarchy

Properties

Properties

items: string[]

The list of item names in the current working directory.

path: string

The current working directory of the file container.