Mail Archives: djgpp/1997/05/01/13:03:48
On 1 May 1997, Robert Premuz wrote:
> AFAICS, the glob function from libc in DJGPP ver. 2.01 can't return
> hidden file/directory names (from a DOS file system).
Yes, that's correct. This is so hidden files/directories aren't found by
the command-line globbing, exactly as it works on Unix.
> Is there some work-around? Or, at least to be improved in next release
> of DJGPP?
This is not a bug, it's a feature, so it probably will stay, unless
enough people complain about it (and give serious reasons).
As to work-arounds, it depends on the specific application. Would you
care to explain more what are you using `glob' for?
- Raw text -