Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-26 Thread Graeme Geldenhuys
On 26/10/2019 11:24 am, Graeme Geldenhuys wrote: > Do you have a mailing list archive link where the topic originated > from. No worries, I found it. Regards, Graeme ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-26 Thread Graeme Geldenhuys
On 14/10/2019 3:40 pm, Karoly Balogh (Charlie/SGR) wrote: > The structure in question is in rtl/bsd/ostypes.inc. > > Sadly I know very little about FreeBSD, and I don't have it in any form, > and never had it, so I'd pass on attempting to reproduce and fix this. I'll update my FPC 3.3.x and take

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-26 Thread Graeme Geldenhuys
On 26/10/2019 9:31 am, Mattias Gaertner via fpc-pascal wrote: >> :-) There is no such thing as "pure English". > > He meant ASCII. No problem. The smiley face also as a hidden meaning. English is such a convoluted language (due to its long history), not even the English (England) can speak it co

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-26 Thread Mattias Gaertner via fpc-pascal
On Sat, 26 Oct 2019 00:45:22 +0100 Graeme Geldenhuys wrote: > On 14/10/2019 7:38 pm, Alexey Tor. wrote: > > >Does SysUtils.DirectoryExists work? > > > > No, the dir name is pure English, so DirectoryExistsUTF8 does the > > same. > > :-) There is no such thing as "pure English". He meant A

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-25 Thread Graeme Geldenhuys
On 14/10/2019 7:38 pm, Alexey Tor. wrote: > >Does SysUtils.DirectoryExists work? > > No, the dir name is pure English, so DirectoryExistsUTF8 does the same. :-) There is no such thing as "pure English". I assume what you were trying to say, is that some text are encoded differently, depending

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-14 Thread Alexey Tor.
>Does SysUtils.DirectoryExists work? No, the dir name is pure English, so DirectoryExistsUTF8 does the same. -- Regards, Alexey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pasca

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-14 Thread Karoly Balogh (Charlie/SGR)
Hi Alexey, On Mon, 14 Oct 2019, Alexey Tor. wrote: >  FPC 3.3.1-r43118 [2019/10/04], on Linux x64, cross compiling to > FreeBSD x64 12.0 (TrueOS). > Smth is broken in DirectoryExistsUTF8() on FreeBSD. After this FPC > update CudaText cannot see that folder (in subdir of home dir, access > rights

Re: [fpc-pascal] DirectoryExists on FreeBSD , problem

2019-10-14 Thread Mattias Gaertner via fpc-pascal
On Mon, 14 Oct 2019 16:07:31 +0300 "Alexey Tor." wrote: >  FPC 3.3.1-r43118 [2019/10/04], on Linux x64, cross compiling to > FreeBSD x64 12.0 (TrueOS). > Smth is broken in DirectoryExistsUTF8() on FreeBSD. Does SysUtils.DirectoryExists work? > After this FPC > update CudaText cannot see tha