• Accessing Files by Name and Path:
    • Files can be accessed by their full name, but this makes for less portable code.
      nM> plot ^{env.nmroot}/nxm/sys/dat/world.prm
      <Plots the world.prm file>
    • In most cases it is best to define an appropriate AUX and then use the <filename>{AUX=<aux>} syntax.
      nM> plot world.prm{AUX=DAT}
      <Plots the world.prm file>
    • Important Note For Windows Users: There are a few special issues regarding path names on Windows. Please see the AUX explain file for details.