Type alias CreateFolderParams

CreateFolderParams: {
    contextPath: string;
    newFolderName: string;
    uuid: string;
}

Parameters required for creating a new directory in the drive

Type declaration

  • contextPath: string

    The location of the new folder (UNIX dirname)

  • newFolderName: string

    The name of the new folder (UNIX basename)

  • uuid: string

    The node to create a new folder in

Generated using TypeDoc