temporary folder

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
the temporary folder
Summary

Returns the path to the folder used for storage of temporary files.

Introduced5.0.2
OSmac, windows, linux, ios
Platformsdesktop, mobile
Example
get the temporary folder
put the temporary folder & "/log.txt" into tTempLog
RelatedProperty: engine folder, desktop folder, home folder, documents folder
Function: specialFolderPath
Description

Returns the path to the folder used for the storage of temporary files.

On Mac OS X, Windows and Linux the temporary folder property returns the path to the folder used for the storage of temporary files.

On iOS the temporary folder property returns the folder in which the application should store any temporary data that is not needed between launches (this folder is not backed up by iTunes on sync).

This property is read only and is equivalent to the specialFolderPath("temporary") function.