Author: Alan Bourke
Posted: 2011-02-18 at 04:05:06
On Thu, 17 Feb 2011 20:59 -0500, "Joe Yoder" <joe@wheypower.com> wrote:
> I want to store a copy of the complete directory structure of each
> optical disc in my media storage system in a VFP table memo field. I
> considered using recursion with adir() but concluded that it makes more
> sense to use something like the Windows internal command "dir" with the
> "/s"subdirectories option as this automatically includes file and folder
> sizes.
ADIR() includes sizes ... this might be an alternative without resorting
to the Windows API:
http://fox.wikis.com/wc.dll?Wiki~RecursiveDirectoryProcessing
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
_______________________________________________
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/1298019906.27685.1421333407@webmail.messagingengine.com
** 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.