Dir function - wildcard bug
|
Has anybody else come across this problem?
Command window DIR command with wildcards sometimes reports an unmatched item. Since it and VB6 use the same Win32 API FindFirstFile the bug occurs in VB6 Dir$() function just the same way:
- s=dir$(agdlf & "arb*4*")
do: ?S: s = dir$(): loop while len(s)
- Arbitrary_GDL_4.lst
Arbitrary_GDL_4.txt
Arbitrary_GDL_6.txt
- s=dir$(agdlf & "arb*1*")
do: ?S: s = dir$(): loop while len(s)
- Arbitrary_GDL_10.txt
Arbitrary_GDL_10_Invalid.txt
Arbitrary_GDL_10_Pending.txt
Arbitrary_GDL_4.lst
|
__________________
Sept, 2006: 2 ^ 232,582,657 - 1 is prime!
At first, I was iridescent. Then, I became transparent. Finally, I was absent.
|