getArchivePathname: Generates the pathname in the archive for a file

Description Usage Arguments Value Author(s) See Also

Description

Generates the pathname in the archive for a file based on its filename.

Usage

1
2
## Default S3 method:
getArchivePathname(filename, ..., mustNotExist=TRUE)

Arguments

filename

A character string specifying the filename/pathname of the file to be archived, and on which the archived filename will be based on.

...

Additional arguments passed to getArchivePath() and getArchiveFilename.

mustNotExist

If TRUE and there already exists a file with the same archive pathname, then an exception is thrown.

Value

Returns the archive pathname as a character string.

Author(s)

Henrik Bengtsson

See Also

archiveFile().


HenrikBengtsson/R.archive documentation built on May 6, 2019, 11:51 p.m.