plugin.getAppExeFile

The 'getAppExeFile' function retrieves full path to the main executable file.
getAppExeFile函数获取myBase主程序的路径

  • Prototype: plugin.getAppExeFile();
  • Parameters: None.
  • Return Value: file path to the main program file.
  • Example:
    alert(plugin.getAppExeFile());