First time using OPENDIR

Kenneth Brody kenbrody at spamcop.net
Mon Nov 30 19:46:03 PST 2009


Boaz Bezborodko wrote:
> Kenneth Brody wrote:
>> Boaz Bezborodko wrote:
>> [...]
>>> Is there a system variable that says how many files were found with 
>>> OPENDIR?  I've looked, but I haven't found it yet.
>>
>> You mean something other than the return value from opendir() itself?  
>> You can also use @DIRLIST["0"].
>>
> Ken,
> 
> How would I look into a different subdirectory?  Or is OPENDIR limited 
> to directories under FPRO\FILEPRO?

OPENDIR(mask,directory)

For example:

     xx = opendir("*","/users/kenneth")

-- 
Kenneth Brody


More information about the Filepro-list mailing list