Function moveFileOrFolder

  • Experimental

    Move a file or folder to a new location.

    Parameters

    • sourcePath: string

      The current path of the file/folder.

    • destinationPath: string

      The new path for the file/folder.

    Returns Promise<void>