selectFolder() window not showing files but only folders on windows XP

edited May 2015 in General Discussion

As the title says... I'm writing a program that needs to run on several computers (mac and PCs). I have this problem on XP, anyone knows if it's solvable and how to solve it?

I'm using Processing 3.0a5 and I'm writing the code from Mac OS X 10.10.3 MacBookPro 17" late 2011

Answers

  • edited May 2015 Answer ✓

    err....

    selectFolder() shows folders (hence the name)

    are you looking for selectInput()?

    ;-)

  • Lol, but on OSX with selectFolder I also see files xD

  • Answer ✓

    with selectInput() and selectFolder() processing accesses functions of the current OS...

    Hence, it looks different from mac to win etc. ...

  • Thank you for the explanation :)

Sign In or Register to comment.