I just discovered that Dir$("*.*", 16) does not filter and
return only directory entries. For the time being I added a
filter (GetAttr(FileName$) And 16) = 16, but the code is slow.
A directory list box gets this data in a fraction of the time.
What is the right way to parse directories? Also, I'm going to
want to add a date filter, in case that makes a difference.
------------------
return only directory entries. For the time being I added a
filter (GetAttr(FileName$) And 16) = 16, but the code is slow.
A directory list box gets this data in a fraction of the time.
What is the right way to parse directories? Also, I'm going to
want to add a date filter, in case that makes a difference.
------------------
Comment