mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Update comment
This comment still talked about Processing related stuff which doesn't really apply anymore.
This commit is contained in:
parent
94754d7841
commit
a78a3ed6b5
@ -471,15 +471,11 @@ public class SketchController {
|
||||
|
||||
/**
|
||||
* Add a file to the sketch.
|
||||
* <p/>
|
||||
* .pde or .java files will be added to the sketch folder. <br/>
|
||||
* .jar, .class, .dll, .jnilib, and .so files will all
|
||||
* be added to the "code" folder. <br/>
|
||||
* All other files will be added to the "data" folder.
|
||||
* <p/>
|
||||
* If they don't exist already, the "code" or "data" folder
|
||||
* will be created.
|
||||
* <p/>
|
||||
*
|
||||
* Supported code files will be copied to the sketch folder. All other files
|
||||
* will be copied to the "data" folder (which is created if it does not exist
|
||||
* yet).
|
||||
*
|
||||
* @return true if successful.
|
||||
*/
|
||||
public boolean addFile(File sourceFile) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user