Main Content

tempdir

Name of temporary folder for the system

Description

example

temp = tempdir returns the name of the temporary folder for the system, if one exists. tempdir does not create a new folder.

Examples

collapse all

temp = tempdir
temp =

    'C:\Users\guest\AppData\Local\Temp\'

Version History

Introduced before R2006a