Most visited


Recently visited


Added in API level 1

FileFilter

public interface FileFilter

java.io.FileFilter


A filter for abstract pathnames.

Instances of this interface may be passed to the listFiles(FileFilter) method of the File class.

Summary


Public methods

abstract boolean accept(File pathname)

Tests whether or not the specified abstract pathname should be included in a pathname list.

Public methods


accept

Added in API level 1
boolean accept (File pathname)

Tests whether or not the specified abstract pathname should be included in a pathname list.

Parameters
pathname File: The abstract pathname to be tested
Returns
boolean true if and only if pathname should be included

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.