Returns the temporary directory of the user.

Syntax:

GetTempDirectory() As String
Return: String
Example:
Dim Tool As DirectoryTool

Set Tool = Application.Tools.DirectoryTool

MsgBox Tool.GetTempDirectory

See also:

Class DirectoryTool


Last Updated: 03/10/04