Previous Next        Current Page: NeXtMidas Training / Working with Files / File Names / Package Syntax (nxm.)
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
   - File Basics   
   + The AUX List   
   + Basic File Commands   
   + Lab 1   
   - File Names   
      - Name and AUX   
      - Name and Path   
      - Package Syntax (nxm.)   
      - URLs   
      - Advanced   
   + File Types   
   + Lab 2   
   + Listing Files   
   + Lab 3   
   + Plotting Files   
   + Lab 4   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
Applets & WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • Accessing Files Using the nxm. ("dot") Syntax:
    • Files can also be accessed via their package name.
      nM> plot nxm.sys.dat.world.prm
      <Plots the world.prm file in the DAT area of SYS>
    • This feature is highly recommended!
      • This is a very portable way to access files.
      • Use of this syntax is common in tests cases.
      • This is the easiest way of specifying a file in a specific option tree.
Java Experts Take Note:
This way of referring to a file is based on the Java package naming scheme. The only differences being that it must start with "nxm." and it has a file extension at the end (since not all files have a .class extension). Because of this file extension, NeXtMidas enforces a strict ordering of:
nxm.<option_tree>.<area>.<file_name>.<file_extension>