getFilename.GenericDataFile {R.filesets}R Documentation

Gets the filename of the file

Description

Gets the filename of the file.

Usage

## S3 method for class 'GenericDataFile':
getFilename(this, ...)

Arguments

... Not used.

Details

The filename of a file is the pathname excluding any path. For instance, the filename of path/to/foo,a.2,b.ext is foo,a.2,b.ext.

Value

Returns a character.

Author(s)

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

See Also

For more information see GenericDataFile.


[Package R.filesets version 0.5.3 Index]