getFilename.GenericDataFile {R.filesets} | R Documentation |
Gets the filename of the file.
## S3 method for class 'GenericDataFile'
getFilename(this, ...)
... |
Optional arguments passed to |
The filename of a file is the pathname excluding any path.
For instance, the filename of path/to/foo,a.2,b.ext
is
foo,a.2,b.ext
.
Returns a character
string (NA
if an "empty" file).
Henrik Bengtsson
For more information see GenericDataFile
.