com.ibm.as400.access
Interface IFSFileFilter


public interface IFSFileFilter

The IFSFileFilter interface provides an interface for filtering files. It can be used to filter directory listings in the list method of the class IFSFile.


Method Summary
 boolean accept(IFSFile file)
          Tests if a specified file should be in a file list.
 

Method Detail

accept

public boolean accept(IFSFile file)
Tests if a specified file should be in a file list.