Class StoreFileUtils
java.lang.Object
uk.ac.starlink.util.gui.StoreFileUtils
Class of static members that provide utility functions for locating
configuration files.
- Version:
- $Id$
- Author:
- Peter W. Draper
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetConfigDirectory(String applicationName) The name of the directory used for storing configuration information.static FilegetConfigFile(String applicationName, String name) Construct the proper name of a file stored in the configuration directory.
-
Method Details
-
getConfigDirectory
-
getConfigFile
Construct the proper name of a file stored in the configuration directory.- Parameters:
applicationName- name of the application (same as forgetConfigDirectory(String))name- the name of the file to be stored/located in the the configuration directory.
-