platform.getCurrentPath

The 'getCurrentPath' function returns the currently working directory.
getCurrentPath函数返回当前工作目录

  • Prototype: platform.getCurrentPath();
  • Parameters: None
  • Return Value: the currently working directory;
  • Example:
    var sTmpDir=platform.getCurrentPath();