plugin.getCurDocFile

The 'getCurDocFile' function retrieves SSG file path to the currently opened document.

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