powered by
Gets the full name of the file, that is the filename without the filename extension.
# S3 method for GenericDataFile getDefaultFullName(this, ...)
Returns a character string (NA if "empty" file).
character
NA
Not used.
Henrik Bengtsson
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.
path/to/foo,a.2,b.ext
foo,a.2,b
For more information see GenericDataFile.
GenericDataFile