MCPcopy Index your code
hub / github.com/benfry/processing4 / getLibFile

Method getLibFile

app/src/processing/app/Base.java:2175–2178  ·  view source on GitHub ↗

Return a File from inside the Processing 'lib' folder.

(String filename)

Source from the content-addressed store, hash-verified

2173 * Return a File from inside the Processing 'lib' folder.
2174 */
2175 @SuppressWarnings("RedundantThrows")
2176 static public File getLibFile(String filename) throws IOException {
2177 return new File(Platform.getContentFile("lib"), filename);
2178 }
2179
2180
2181 /**

Callers 7

listSupportedMethod · 0.95
LanguageBundleMethod · 0.95
getWordListsMethod · 0.95
getLibStreamMethod · 0.95
getDefaultThemeMethod · 0.95
getIndexFileMethod · 0.95
getThemeFolderMethod · 0.95

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected