$darkmode
DENOPTIM
|
Static Public Member Functions | |
static String | getTempFile (String tmpFileName) |
Returns the pathname to a tmp file. More... | |
Definition at line 25 of file Utils.java.
|
static |
Returns the pathname to a tmp file.
This method verifies the currently defined location for tmp files, and, if that is not suitable, it tries to find a suitable alternative.
tmpFileName | a string without spaces that is used to name the tmp file |
Definition at line 36 of file Utils.java.
References denoptim.files.FileUtils.canWriteAndReadTo(), and denoptim.files.FileUtils.getTempFolder().
Referenced by denoptim.gui.GUIInspectGARun.initialize(), denoptim.gui.FragmentViewPanel.initialize(), and denoptim.gui.MoleculeViewPanel.initialize().