
Last chance! 50% off unlimited learning
Sale ends in
Gets the filename of the file.
# S3 method for GenericDataFile
getFilename(this, ...)
Optional arguments passed to *getPathname()
.
Henrik Bengtsson
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
.
For more information see GenericDataFile
.