Re: Importing (and dealing with) multiple files
- To: mathgroup at smc.vnet.net
- Subject: [mg60812] Re: [mg60778] Importing (and dealing with) multiple files
- From: Clifford Martin <camartin at snet.net>
- Date: Thu, 29 Sep 2005 05:41:33 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dan, I do something like this by using a Do loop. I set the file directory such as SetDirectory["e:\\stuff"]; listoffiles = FileNames[]; then in the Do loop Do[ filename = listoffiles[[hlist]]; and at the end of the loop