Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 390 Bytes

result.deleteAfterDownload.md

File metadata and controls

19 lines (14 loc) · 390 Bytes

Result.deleteAfterDownload

The deleteAfterDownload function is established to delete the files or folders after downloading.

Sample

	var result = new Result();
	result
	.attach("test.xls")
	.deleteAfterDownload();

API

CallingReturning
Result . deleteAfterDownload ( )Result