platform.getTempPath

The 'getTempPath' function returns the system defined temporary directory.
getTempPath函数返回系统定义的临时文件夹目录

  • Prototype: platform.getTempPath();
  • Parameters: None
  • Return Value: the system-defined temporary directory;
  • Example:
    var sTmpDir=platform.getTempPath();