>
> > aDir := directory( cRootPath + "*.", "D" )
> >
> > to
> >
> > aDir := directory( cRootPath , "D" )
> >
> > make hbide loading the directory structure and the subdirs related docs
> > text
> > file are now showed.
> >
>
> So the culprit is "*." mask which, on Windows, maps to "Directories Only"
> attribute. If I give only "D" stripping above mask from the path, then
> it is documented as to pull the all files "indcluding" the directory
> entries
> also.
> Anybody to verify this?
>
> Anyway I will test without "*." and will report my finidings.
>

Why not simply with "*"?

Brgds,
Viktor
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to