MCPcopy Index your code
hub / github.com/processing/processing / getSettingsFile

Method getSettingsFile

app/src/processing/app/Base.java:1937–1939  ·  view source on GitHub ↗

Convenience method to get a File object for the specified filename inside the settings folder. Used to get preferences and recent sketch files. @param filename A file inside the settings folder. @return filename wrapped as a File object inside the settings folder

(String filename)

Source from the content-addressed store, hash-verified

1935 * @return filename wrapped as a File object inside the settings folder
1936 */
1937 static public File getSettingsFile(String filename) {
1938 return new File(getSettingsFolder(), filename);
1939 }
1940
1941
1942 static public File getToolsFolder() {

Callers 7

LanguageClass · 0.95
initMethod · 0.95
createAndShowGUIMethod · 0.95
startupMethod · 0.95
ContributionListingMethod · 0.95
runMethod · 0.95
initMethod · 0.95

Calls 1

getSettingsFolderMethod · 0.95

Tested by

no test coverage detected