Function DeleteFile

  • DeleteFile(path: string, checkExists?: boolean): Promise<boolean>
  • Since

    3.0.0

    Version

    2022-01-20

    Returns

    true if deleted, false if not exists, or the exception

    Parameters

    • path: string
    • checkExists: boolean = false

      defaults: false

    Returns Promise<boolean>

Generated using TypeDoc