MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Audio I/O with .MP3/Ogg files
  • Next by Date: How to work out Real part through Kramers-Kronig relation in mathematica?
  • Previous by thread: Re: Importing (and dealing with) multiple files
  • Next by thread: Re: Importing (and dealing with) multiple files