Skip to main content
1-Visitor
December 7, 2012
Question

How can i read multiple files in a single directory using for loop?

  • December 7, 2012
  • 2 replies
  • 1121 views

I need to read more number of files in a single folder having common names only changes by numbering. In my prob, all the files have common name "level1,level2, level3" and so on. Can i use concat along with for loop or is there any option to read 82 files of this kind at a time?

2 replies

23-Emerald V
December 7, 2012

Yes, you can use concat in a for loop. There is no built-in multi-read function (as far as I'm aware).

Stuart

19-Tanzanite
December 7, 2012