We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Using the selectfolder() to open a .txt file
Page Index Toggle Pages: 1
Using the selectfolder() to open a .txt file (Read 584 times)
Using the selectfolder() to open a .txt file
Apr 15th, 2010, 10:06am
 
am currently working on a text viewer that would load txt files. So am willing to use the selectfolder() to open txt files on my program, but the file chooser is not displaying files with .txt extension. Is there a way to solve this? Smiley
Re: Using the selectfolder() to open a .txt file
Reply #1 - Apr 15th, 2010, 10:37am
 
You want selectInput(), not selectFolder().
Page Index Toggle Pages: 1