plugin.getCurDocPath

The 'getCurDocPath' function retrieves SSG folder path to the currently opened document.

  • Prototype: plugin.getCurDocPath();
  • Parameters: None;
  • Return Value: SSG folder path to the current document.
  • Example:
    alert(plugin.getCurDocPath());