controlP5 / ControlP5 / urlPath( )

name
urlPath ( )
description
get the current url path where your controlP5 setup will be save to a remote server e.g. a webserver. 
Syntax
urlPath();


Returns
String
Usage
Web & Application
Related