Depending how many files and subdirectories, I sometimes find it easier to shell out and run a dir c:\mypics\*.jpg /b/s >files.txt Hows that for a CA-Clipper throw-back. If it's a flat directory structure ADIR(aFiles,"c:\mypics\*.jpg") will do the job.
Hth Graham -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gary Jeurink Sent: 12 July 2010 17:45 To: GrahamB Subject: directory to table Could someone give me an example of how to put the directory contents to a table. I'm going to index a thousand or so pictures of flowers to a plant table. I figure I should be able to skip a lot of typing this way. I still will have to make a connect plant_ID_no per photo but the above would save me a lot of work. Gary Jeurink --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

