Read all files from a directory
xaxo
I am using Igor on windows and would like to know how can I read all files from a directory on my harddisk and is it possible at all. I don't seem to find anything about this in the help, there are only functions about reading directory content from igor's internal structures.
Thanks
The function indexedfile gives you a list of all the files that sit on a path.
Then all you need to do is iterate through the list of files and do whatever you want to them.
August 8, 2008 at 02:52 am - Permalink
DisplayHelpTopic "Loading Waves Using Igor Procedures"
This leads to a section called Loading All of the Files in a Folder.
August 10, 2008 at 08:25 pm - Permalink