• Moves a file from one location to another

    Parameters

    • sourceUri: string

      The location of the file to move

    • destinationUri: string

      The uri where the file should be moved

    Returns Promise<void>