Re: getExcludedFiles() and slowScan()

2003-08-07 Thread Stefan Bodewig
On Wed, 06 Aug 2003, Alex Rosen [EMAIL PROTECTED] wrote: A fast scan ignores directories which can't possibly hold any included files/directories, but getExcludedFiles() says it doesn't care about these because it will never return them. The fast scan will also exclude directories that are

RE: getExcludedFiles() and slowScan()

2003-08-07 Thread Jose Alberto Fernandez
: getExcludedFiles() and slowScan() On Wed, 06 Aug 2003, Alex Rosen [EMAIL PROTECTED] wrote: A fast scan ignores directories which can't possibly hold any included files/directories, but getExcludedFiles() says it doesn't care about these because it will never return them. The fast scan will also

Re: getExcludedFiles() and slowScan()

2003-08-07 Thread Stefan Bodewig
On Thu, 7 Aug 2003, Jose Alberto Fernandez [EMAIL PROTECTED] wrote: I have never understood, why do we need getExcludedFiles() or getNotIncludedFiles(). What kind of tasks need this functionality? No built-in task does, but there are custom tasks that do. I once broke getNotIncludedFiles and