Function CopyFile

  • CopyFile(src: string, dest: string, checkSrcExists?: boolean): Promise<boolean>
  • Since

    3.0.0

    Version

    2021-09-13

    Parameters

    • src: string
    • dest: string
    • checkSrcExists: boolean = false

    Returns Promise<boolean>

Generated using TypeDoc