getFullName.GenericDataFileSet {R.filesets}R Documentation

Gets the full name of the file set

Description

Gets the full name of the file set, that is the name of the directory without parent directories.

Usage

## S3 method for class 'GenericDataFileSet':
getFullName(this, parent=1, translate=TRUE, ...)

Arguments

parent The number of generations up in the directory tree the directory name should be retrieved. By default the current directory is used.
translate If TRUE, an a fullname translator is set, the fullname is translated before returned.
... Not used.

Details

By default, the full name of a file set is the name of the directory containing all the files, e.g. the name of file set path/to,a,b/* is to,a,b. Argument parent=1 specifies that the parent directory should be used, and so on.

Value

Returns a character.

Author(s)

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

See Also

For more information see GenericDataFileSet.


[Package R.filesets version 0.5.3 Index]