directory.getfiles(path,pattern) where the pattern is a 2-digit string may produce filename(s) which does not contain the pattern. An example is
ath C:\Windows\Help\Tours\htmltour\ and pattern *99*which gives the following filename : start_icons.htm
In reply to cjard: it is not restricted to 99. You can find many examples of other 2 or 3 digit strings e.g.
ath C:\windows\media\ and pattern *87* which gives the filename: windows XP notify.wav
In reply to cjard: it is not restricted to 99. You can find many examples of other 2 or 3 digit strings e.g.
Last edited: