Re: [fpc-pascal] Re: File Enumeration speed

2012-07-28 Thread Flávio Etrusco
On Sat, Jul 28, 2012 at 9:07 AM, leledumbo wrote: >> does the operating system keep an index somewhere ? > > ls doesn't, find does AFAIK. > "find" doesn't have any index over "ls". You may be thinking of "locate" (actually "located") that keeps a textfile with the list of files. Best regards, Fl

[fpc-pascal] Re: File Enumeration speed

2012-07-28 Thread leledumbo
> does the operating system keep an index somewhere ? ls doesn't, find does AFAIK. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/File-Enumeration-speed-tp5710462p5710465.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___