Re: [fpc-devel] findfirst with ':' names

2008-01-24 Thread Jonas Maebe
On 24 Jan 2008, at 15:47, Micha Nelissen wrote: Does findfirst not return filenames with a ':' character in them properly? I only get the last part of the filename, the part after the ':'. Try listing /sys/bus/pci/devices with findfirst on a Linux system. Almost all rtl filename routines

[fpc-devel] findfirst with ':' names

2008-01-24 Thread Micha Nelissen
Hi, Does findfirst not return filenames with a ':' character in them properly? I only get the last part of the filename, the part after the ':'. Try listing /sys/bus/pci/devices with findfirst on a Linux system. FindFirst('/sys/bus/pci/devices/*', faAnyFile, Info); etc... Micha _