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

Method dataPath

core/src/processing/core/PApplet.java:8098–8100  ·  view source on GitHub ↗

This function almost certainly does not do the thing you want it to. The data path is handled differently on each platform, and should not be considered a location to write files. It should also not be assumed that this location can be read from or listed. This function is used internally as

(String where)

Source from the content-addressed store, hash-verified

8096 * platforms.
8097 */
8098 public String dataPath(String where) {
8099 return dataFile(where).getAbsolutePath();
8100 }
8101
8102
8103 /**

Callers 4

createInputRawMethod · 0.95
resourceFilenameMethod · 0.80
parseMTLMethod · 0.80
getBasePathMethod · 0.80

Calls 1

dataFileMethod · 0.95

Tested by

no test coverage detected