Matterway
    Preparing search index...

    Function createFileOrFolder

    • Experimental

      Create a file or folder.

      Parameters

      • targetPath: string

        The path of the file or folder to create.

      • isFolder: boolean = false

        If true, creates a folder; otherwise, creates a file.

      Returns Promise<void>