RC-WinTrans Object Model Help |
DirectoryTool.GetTempDirectory |
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: