Jump to content

Read all file names in a directory?


---
 Share

Recommended Posts

I want to make a parametric program, that I can edit entirely outside of the program...

Is there a function that simply will give me all the file names in a directory? Basically, can I read these 3 files and get them in a list?

or is this going to be something that needs done with getParameterNamed() and a loop?

image.thumb.png.b5eb508114373b7070065c4136114a60.png

Edited
Link to comment
Share on other sites

Im sure these is, I will search when I have some time.. 

 

Question : if you're making the parametric program, do you just want to check to make sure these 3 files exist ?

  

fileExists()

Is it important for the program to know if there are more files or you just want to check to make sure ?

Edited
Link to comment
Share on other sites

 Share

×
×
  • Create New...