MCPcopy Index your code
hub / github.com/arduino/Arduino / absoluteFile

Method absoluteFile

app/src/processing/app/Base.java:197–199  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

195 // directory when starting the IDE (which is not the same as the
196 // current working directory!).
197 static public File absoluteFile(String path) {
198 return BaseNoGui.absoluteFile(path);
199 }
200
201 public Base(String[] args) throws Exception {
202 Thread deleteFilesOnShutdownThread = new Thread(DeleteFilesOnShutdown.INSTANCE);

Callers 1

BaseMethod · 0.95

Calls 1

absoluteFileMethod · 0.95

Tested by

no test coverage detected