Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileInfo

Information about a file.

Hierarchy

Index

Properties

Optional compareTo

compareTo: function
inheritdoc

Type declaration

Optional download

download: function

Downloads the file.

returns

The downloaded data.

Type declaration

    • (): Buffer | PromiseLike<Buffer>
    • Returns Buffer | PromiseLike<Buffer>

Optional exportPath

exportPath: string

A value that can be used to export the path to clipboard, e.g.

Optional icon

icon: string

A custom icon to use.

Optional internal_name

internal_name: string

The internal name of that item.

name

name: string

The name of the item.

path

path: string

The path.

Optional size

size: number

The size.

Optional time

time: Moment.Moment

The timestamp.

type

inheritdoc

Generated using TypeDoc