Rename/move a working-tree file from from to to. Rejects exists if to is taken, not-found if from is absent.

  • Parameters

    • from: string
    • to: string

    Returns Promise<void>