GetTemporaryFolderItem

From Real Software Documentation

Jump to: navigation, search
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.

Dim f as FolderItem
f=GetTemporaryFolderItem
MsgBox f.absolutePath

See Also

FolderItem class, GetFolderItem functions; SpecialFolder module.

Personal tools