Executable that looks for a text file

edited June 2014 in How To...

In Processing is there any way that I can create an executable, that looks for a text file as input on the run time?

Tagged:

Answers

  • Answer ✓

    loadStrings loads text

    with File you can check if it's there

    search java file in google

Sign In or Register to comment.