GetTemporaryFolderItem
From Real Software Documentation
Method
The GetTemporaryFolderItem function creates a FolderItem object in the current Temporary Folder. See the SpecialFolder module for information on the paths for each platform.
Syntax
result=GetTemporaryFolderItem
| Part | Type | Description |
|---|---|---|
| result | FolderItem | FolderItem object that refers to a document in the Temporary Folder. |
Examples
The following code creates FolderItem in the active Temporary folder and displays its absolute pathname.
See Also
FolderItem class, GetFolderItem functions; SpecialFolder module.
