This interface is used to select files when traversing a file hierarchy.
author: Adam Murdoch version: $Revision: 480428 $ $Date: 2006-11-28 22:15:24 -0800 (Tue, 28 Nov 2006) $ See Also:Selectors
Determines if a file or folder should be selected. This method is
called in depthwise order (that is, it is called for the children
of a folder before it is called for the folder itself).
Parameters: fileInfo - the file or folder to select. true if the file should be selected.
Determines whether a folder should be traversed. If this method returns
true,
FileSelector.includeFile is called for each of the children of
the folder, and each of the child folders is recursively traversed.
This method is called on a folder before
FileSelector.includeFile is called.
Parameters: fileInfo - the file or folder to select. true if the folder should be traversed.