Re: [fpc-devel] FindFirst broken due to ExpandFileName bug?

2005-09-16 Thread Tony Maro
Michael Van Canneyt wrote: This is a snapshot compiler, please use the official compiler if you can. If you use snapshots, use only the latest possible. The development compiler is not guaranteed bug free, as you can see. The current development compiler has no problem with your code, so

Re: [fpc-devel] FindFirst broken due to ExpandFileName bug?

2005-09-14 Thread Michael Van Canneyt
On Mon, 12 Sep 2005, Tony Maro wrote: I just tried to use FindFirst to get a listing of files in a directory. I passed FindFirst the following: if FindFirst('/home/tony/test/*',faAnyFile, Res) 0 then begin It never would return any results. Then I noticed that FindFirst calls:

Re: [fpc-devel] FindFirst broken due to ExpandFileName bug?

2005-09-14 Thread Tony Maro
Michael Van Canneyt wrote: On Mon, 12 Sep 2005, Tony Maro wrote: I just tried to use FindFirst to get a listing of files in a directory. I passed FindFirst the following: if FindFirst('/home/tony/test/*',faAnyFile, Res) 0 then begin It never would return any results. Then I noticed