Obtains the system temporary folder path
Usage:
sysFolderTemp (object me )
Parameters:
None
Returns:
(string) - a string specifying the path to the system folder for storing temporary files.
Example:
xtRose = xtra("Rosetta").new( )
strTmpFolder = xtRose.sysFolderTemp( )
Notes: