Represents information on a file/folder create.

3.16.0

interface FileCreate {
    uri: string;
}

Properties

Properties

uri: string

A file:// URI for the location of the file/folder being created.