Function that loads all the project's linked files. Linked files are files created when linking a Word document or FrameMaker document in RoboHelp. These files include topics, style sheets and images.
The linked files are loaded into the variables LinkedFMDocs and LinkedWordDocs. Both variables will hold single level array's with the relative path of the file. The path is relative to the project root.
The linked files are initialized when the method .isLinked() is first called. If you want to use the linked files, you need to call this function.
The function loadLinkedFiles() is located in the file linkedfiles.jsxinc.
Usage
To get the linked files if there is a project:
if(currentProject != null) loadLinkedFiles();
Parameters
This function has no parameters.
Return values
This function has no return values.
