• Copies a file from one location to another. Creates the path to the destination if it does not exist

    Parameters

    • sourceUri: string

      The location of the file to copy

    • destinationUri: string

      The uri to the file to create as a copy of the source file

    • Optionalmode: number

      Bitwise modifiers that affect how the copy works. See fsPromises.copyFile for more information

    Returns Promise<void>