interface TextFileContent {
    ctime: number;
    encoding: string;
    etag: string;
    mtime: number;
    name: string;
    resource: URI;
    size: number;
    value: string;
}

Hierarchy

  • BaseTextFileContent
    • TextFileContent

Properties

ctime: number
encoding: string

The encoding of the content if known.

etag: string
mtime: number
name: string

The name which is the last segment of the {{path}}.

resource: URI

The unified resource identifier of this file or folder.

size: number
value: string

The content of a text file.