Current Page:
NeXtMidas Training
Working with Files
File Names
Package Syntax (nxm.)
|
|
- Accessing Files Using the
nxm. ("dot") Syntax:
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>
|
|
|
|