I'm looking for something similar to the tempfile functions in R/Python: https://docs.python.org/3/library/tempfile.html https://www.rdocumentation.org/packages/base/versions/3.6.1/topics/tempfile
Does this exist in Mosel?
I'm looking for something similar to the tempfile functions in R/Python: https://docs.python.org/3/library/tempfile.html https://www.rdocumentation.org/packages/base/versions/3.6.1/topics/tempfile
Does this exist in Mosel?
Copyright © 2021 Jogjafile Inc.
You could use the I/O driver "tmp:" to create a file in the temporary directory of the Mosel instance, possibly in combination with the function "newmuid" to create a unique identifer as filename, so for example: