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

Method getLibFile

app/src/processing/app/Base.java:1888–1890  ·  view source on GitHub ↗

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

(String filename)

Source from the content-addressed store, hash-verified

1886 * Return a File from inside the Processing 'lib' folder.
1887 */
1888 static public File getLibFile(String filename) throws IOException {
1889 return new File(Platform.getContentFile("lib"), filename);
1890 }
1891
1892
1893 /**

Callers 3

LanguageBundleMethod · 0.95
getLibStreamMethod · 0.95
getIndexFileMethod · 0.95

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected