accept.FileFilter: Tests if the given pathname is accepted or not

Description Usage Arguments Value Author(s) See Also

Description

Tests if the given pathname is accepted by the filename filter or not.

Usage

1
2
## S3 method for class 'FileFilter'
accept(...)

Arguments

pathname

The pathname to be filtered. If an object of class File, the pathname returned by getAbsolutePath(file) will be used, otherwise as.character(file) will be used.

Value

Returns TRUE if the given pathname is accepted, otherwise FALSE.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

File.


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.