Gets the default full name of the file set, that is the name of the directory without parent directories.
# S3 method for GenericDataFileSet
getDefaultFullName(this, parent=getDepth(this, default = NULL), ...)
Returns a character
.
The number of generations up in the directory tree the directory name should be retrieved. By default the current directory is used.
Not used.
Henrik Bengtsson
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/foo,c/to,a,b/*
is to,a,b
.
Argument parent=1
specifies that the parent directory should be
used, e.g. foo,c
.
For more information see GenericDataFileSet
.