controlP5 / ControlP5 / save( )

name
save ( )
description
save controlP5 settings to your local disk or to a remote server. a file controlP5.xml will be written to the data folder of your sketch. you can set another file path with method setFilePath(). to save a file to a remote server set the url with setUrlPath() e.g. setUrlPath("http://yourdomain.com/controlP5/upload.php"); 
Syntax
save(theFilePath);
save();
parameters
theFilenameString 


Returns
boolean
Usage
Web & Application