( begin auto-generated from createOutput.xml ) Similar to createInput() , this creates a Java OutputStream for a given filename or path. The file will be created in the sketch folder, or in the same folder as an exported application. If the path does not exist, intermediat
(String filename)
| 7662 | * @see PApplet#selectOutput(String,String) |
| 7663 | */ |
| 7664 | public OutputStream createOutput(String filename) { |
| 7665 | return createOutput(saveFile(filename)); |
| 7666 | } |
| 7667 | |
| 7668 | /** |
| 7669 | * @nowebref |
no test coverage detected