getFullName.GenericDataFile {R.filesets}R Documentation

Gets the full name of the file

Description

Gets the full name of the file, that is the filename without the extension.

Usage

## S3 method for class 'GenericDataFile':
getFullName(this, aliased=FALSE, translate=TRUE, ...)

Arguments

aliased If TRUE, and an alias has been set, the alias is returned, otherwise the default full name is returned.
translate If TRUE, an a fullname translator is set, the fullname is translated before returned.
... Not used.

Details

The full name of a file is the filename excluding any extension (and period). For instance, the full name of path/to/foo,a.2,b.ext is foo,a.2,b.

Value

Returns a character.

Author(s)

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

See Also

*getName(). *getTags(). For more information see GenericDataFile.


[Package R.filesets version 0.5.3 Index]