On Mon, January 12, 2009 1:59 pm, Gil Hale wrote:
> I had to do that once, long ago.  I took a brute force approach as it was
> a one-off situation.  I shelled to Command Prompt and changed to the
> directory in question.  I then ran "dir *.dbf > file_list.txt"
>
> I then took the resultant file_list.txt and imported it into a table for
> analysis.  I never bothered coding that technique as I never thought I
> would need to do it again, but it would be failrly simple to do, IMHO.  In
> fact, I would likely do it all in Fox code were I to need such a tool
> available for future projects.


You'd think it wouldn't be too hard but how do you handle all of the
blanks (Hex 20) between the values?  If it were a single TAB that'd be a
piece of cake with APPEND but my first thought is that APPEND won't work
on multiple continuous spaces like that.



_______________________________________________
Post Messages to: ProFox@leafe.com
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/53872.69.7.77.20.1231791148.squir...@webmail.dssco.net
** 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.

Reply via email to