If you need any of the other values of the ADIR() statement, create a cursor/table with these fields:
ADIR(ax) CREATE CURSOR yourfiles (filename c(50), filesize i, filedate d, filetime c(8), fileatribs c(5)) APPEND FROM ARRAY ax Fred On Mon, Jul 12, 2010 at 9:36 AM, Gary Jeurink <[email protected]> wrote: > 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.

