FindFirst/FindNext is a Windows pair of functions. This is not FPC code.
If Windows decides to hide some files from this function, there is nothing
we can do about it...
Are these functions operating system dependent?
Did you try setting the faHidden flag ?
I'm using faAnyFile flag. This flag includes faHidden, doesn't it?
Example: FileHandle := FindFirst (NomeDir + DirectorySeparator + '*.*',faAnyFile,Dir);
Michael.
Ricardo
