• Moves a file.

    Parameters

    • src: string

      File to be moved.

    • dest: string

      Path to be moved to.

    • options: MoveFileOptions = {}

      Moving options.

    Returns Promise<void>