Previous Next        Current Page: NeXtMidas Training / Working with Files / File Names / Name and AUX
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 by Name (files in the read/write AUX):
    • Files in the READ aux list can be accessed by name.
      nM> plot world.shp
      <Plots the world.shp file found in the DAT AUX>
    • A Midas file with the extension .prm or .tmp may be accessed without an extension.
      • Use of this discouraged as it causes problems when accessing files without an extension or when accessing files on the web.
      • This feature may be removed from future versions of NeXtMidas.
  • Accessing Files by Name and AUX (files in any AUX):
    • When a file by the same name exists in multiple AUXes, it can be accessed by explicitly stating the AUX name.
      nM> plot world.shp
      <Plots the world.shp file found in the DAT AUX>
      nM> plot world.shp{AUX=MAP}
      <Plots the world.shp file from the MAP AUX>