MCPcopy Index your code
hub / github.com/WiringProject/Wiring / addFile

Method addFile

IDE/processing/app/Sketch.java:971–1083  ·  view source on GitHub ↗

Add a file to the sketch. .pde or .java files will be added to the sketch folder. .jar, .class, .dll, .jnilib, and .so files will all be added to the "code" folder. All other files will be added to the "data" folder. If they don't exist already, the "code" or "data" folder will

(File sourceFile)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

handleAddFileMethod · 0.95
importDataMethod · 0.80

Calls 14

endsWithMethod · 0.95
toLowerCaseMethod · 0.95
prepareCodeFolderMethod · 0.95
getExtensionsMethod · 0.95
prepareDataFolderMethod · 0.95
showWarningMethod · 0.95
copyFileMethod · 0.95
replaceCodeMethod · 0.95
insertCodeMethod · 0.95
sortCodeMethod · 0.95
setCurrentCodeMethod · 0.95
equalsMethod · 0.80

Tested by

no test coverage detected