Is anyone able to advise how to obtain a detailed directory listing from
within Foxpro 6 and save it into a text file?

Re: Directory Listing by tony_becky_mikey_verizon_news

tony_becky_mikey_verizon_news
Tue Oct 24 22:45:51 CDT 2006

ADIR() will get the directory listing, then dump the array that is returned
to a text file..

"Robert Lewy" <Robert Lewy@discussions.microsoft.com> wrote in message
news:12F751FB-F47C-4356-BB28-F868261F449B@microsoft.com...
> Is anyone able to advise how to obtain a detailed directory listing from
> within Foxpro 6 and save it into a text file?



Re: Directory Listing by Leemi

Leemi
Wed Oct 25 08:52:12 CDT 2006

Hi Robert:

To add a little to the last post, you can use the LIST MEMORY TO FILE
command to get the array to a file.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>ADIR() will get the directory listing, then dump the array that is
returned
>to a text file..

>"Robert Lewy" <Robert Lewy@discussions.microsoft.com> wrote in message
>news:12F751FB-F47C-4356-BB28-F868261F449B@microsoft.com...
> Is anyone able to advise how to obtain a detailed directory listing from
> within Foxpro 6 and save it into a text file?




Re: Directory Listing by RobertLewy

RobertLewy
Wed Oct 25 18:48:01 CDT 2006

Thank you all, very helpful

"Lee Mitchell" wrote:

> Hi Robert:
>
> To add a little to the last post, you can use the LIST MEMORY TO FILE
> command to get the array to a file.
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
> http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
> http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/gp/lifeselectindex
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
> >ADIR() will get the directory listing, then dump the array that is
> returned
> >to a text file..
>
> >"Robert Lewy" <Robert Lewy@discussions.microsoft.com> wrote in message
> >news:12F751FB-F47C-4356-BB28-F868261F449B@microsoft.com...
> > Is anyone able to advise how to obtain a detailed directory listing from
> > within Foxpro 6 and save it into a text file?
>
>
>
>