Main Content

tempdir

Name of temporary folder for the system

Description

example

temp = tempdirreturns the name of the temporary folder for the system, if one exists.tempdirdoes not create a new folder.

Examples

collapse all

temp = tempdir
temp = 'C:\Users\guest\AppData\Local\Temp\'
Introduced before R2006a