void draw() { } void mousePressed() { String filepath = selectInput("Please select a data file"); println(filepath); }