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

Latest commit

 

History

History
18 lines (12 loc) · 390 Bytes

file.getTempFileName.md

File metadata and controls

18 lines (12 loc) · 390 Bytes

file.getTempFileName

The getTempFileName function is established to get a unique name for creating a temp file or folder.

Sample

	var tempname = file.getTempFileName();
	// tempname is a string like "efw##########.tmp"

API

CallingReturning
file . getTempFileName ( )String