Hi all,
Just tried something with file searching and cannot remember if it's different 
from dcc. fpc-2.4.3 on linux.

sr: TSearchRec;
if FindFirst('/blah/*,fileAttr, sr)
  repeat
    // here
   sr.PathOnly is empty .... ok
   but in case of filename
   sr.FileName is extracted so there's no file path inside filename or even 
written to sr.PathOnly.
  
  until FindNext() = 0;
end;

So, is it different from dcc ? afaik I didn't make acrobations with this under 
kylix (remember each level of dir) because filename already contained path.
Anyone ?

zeljko
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to