Function openConflictPicker

  • Open the conflict resolver

    Type Parameters

    • T extends FileSystemEntry | File | Node

    Parameters

    • dirname: undefined | string

      the directory name

    • conflicts: T[]

      the incoming files

    • content: Node[]

      all the existing files in the directory

    • Optionaloptions: ConflictPickerOptions

      Optional settings for the conflict picker

    Returns Promise<ConflictResolutionResult<T>>

    the selected and renamed files