Re: [fpc-pascal]Findfirst and symbolics links

2004-03-02 Thread Peter Vreman
> Thanks... ! > > That patch can be applied to the fpc 1.0.4 source ? > There is any other workaround to the problem ? I don't think it, the Unix RTL is different. But ofcourse you can do patch it manual. See the fpc-devel mailinglist archives for the patch. __

Re: [fpc-pascal]Findfirst and symbolics links

2004-03-02 Thread Inpromptu
Thanks... ! That patch can be applied to the fpc 1.0.4 source ? There is any other workaround to the problem ? > At 19:05 2-3-2004, you wrote: > >Hi > > > >How do I know if a file returned by findfirst is a real file or a symbolic > >link ? > > Use stat() (fpStat() in 1.9.x). There is a patch s

Re: [fpc-pascal]Findfirst and symbolics links

2004-03-02 Thread Peter Vreman
At 19:05 2-3-2004, you wrote: Hi How do I know if a file returned by findfirst is a real file or a symbolic link ? Use stat() (fpStat() in 1.9.x). There is a patch supplied to add a Mode field to TSearchRec, but that is not applied yet. Peter ___ fpc