MMpy.File.close
Syntax
file.close()
Description
Close a Micromine data file.
Notes
Closing the file is automatically done when the no more Python object references are available. This is provided so that you may close an opened file in order to open a new one.
Examples
file = MMpy.File() file.open(...) ... file.close()
Resource ID
IDPH_FILE_CLOSE