Learn R Programming

R.filesets (version 2.15.1)

getDefaultFullName.GenericDataFile: Gets the full name of the file

Description

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

Usage

# S3 method for GenericDataFile
getDefaultFullName(this, ...)

Value

Returns a character string (NA if "empty" file).

Arguments

...

Not used.

Author

Henrik Bengtsson

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.

See Also

For more information see GenericDataFile.