The options used to create a file.

interface ICreateOptions {
    ext?: string;
    path?: string;
    type?: string;
}

Properties

Properties

ext?: string

The optional file extension for the new file (e.g. ".txt").

Notes

This ignored if type is 'notebook'.

path?: string

The directory in which to create the file.

type?: string

The file type.