Learn R Programming

R.filesets (version 2.15.1)

getPathname.GenericDataFile: Gets the pathname of the file

Description

Gets the pathname of the file.

Usage

# S3 method for GenericDataFile
getPathname(this, absolute=FALSE, ...)

Value

Returns the pathname as character string (or NULL if an "empty" file).

Arguments

absolute

If TRUE, the absolute pathname is returned, otherwise the relative.

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see GenericDataFile.