Checkout the ADIR() function for creating an array of filenames and use APPEND FROM ARRAY.
CREATE CURSOR test (filename c(120)) ADIR(laFiles,[c:\testing\*.jpg]) APPEND FROM ARRAY laFiles rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gary Jeurink Sent: Monday, July 12, 2010 12:36 PM To: [email protected] 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 _______________________________________________ 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/df1eef11e586a64fb54a97f22a8bd04406883d6...@ackbwddqh1.artfact.local ** 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.

