[fpc-pascal]TStringList.indexOf (case-sensitivity)

2003-08-26 Thread James Mills
Hi, Is TStringList.indexOf case sensitive or insensitive ? TStrings.indexOf is case insensitive, but TStringList.indexOf overrides the TStrings.indexOf implementation accoriding to the documentation. cheers James -- - -Zero Defect Software Engineers Group - ZDSEG - -You need only two tools. WD-

[fpc-pascal]Bug in S_ISDIR of fpc 1.0.10?

2003-08-26 Thread Tobias Diekershoff
Hello everyone! Hope that's the right place for such things ;) I've written a program using the LINUX unit, that looks through a directory tree using the code-snipplet below. The purpose is to find the subdirectories of the dir and then search in them, performing the same routine. The problem I