MA.getFile(...) |
Gets a BaseFile
(attempts to get specific subclass of BaseFile ). |
MA.getBaseFile(...) |
Gets a BaseFile
(does not attempt to get a specific subclass). |
MA.getDataFile(...) |
Gets a DataFile (Blue File). |
MA.getTextFile(...) |
Gets a TextFile . |
MA.getFileName(...) |
Gets a FileName . |
BaseFile.getInstanceFor(<ref>, <fileName>)
MA.getFile(...)
).<ref>
should usually be this
.<ref>
should usually be a specific Midas
context.<fileName>
and a <ref>
.MA.getFile(...)
).<ref>
should usually be this
.<ref>
should usually be a specific Midas
context.open()
method.
inFile = MA.getFile("IN"); inFile.open();