Import

Boaz Bezborodko boaz at mirrotek.com
Wed Aug 3 11:00:26 PDT 2011


> Date: Wed, 03 Aug 2011 12:40:25 -0500
> From: "Richard D. Williams"<richard at appgrp.net>
> Subject: Re: Import
> To:filepro-list at lists.celestial.com
> Message-ID:<4E398809.6070104 at appgrp.net>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 8/3/2011 11:02 AM, Richard Kreiss wrote:
> 29  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
> >
> >           ? If:
> >
> >           Then: qq=opendir("*.xml",new_dir)

'qq' holds the number of files in opendir.  So you can loop through 
until you are done with 'qq' number of files.

I've been getting away from opendir because it is limited to holding 
only the first 32 characters of a file name and I am now getting files 
with longer names than that from some of my customers.  Instead I dump a 
directory list into a file and work with that.





More information about the Filepro-list mailing list