gentempfilenm: Generate a tempfile name
Description
Generates a tempfile name with an optional user specified prefix and suffix
Result is a character string
Usage
gentempfilenm(prfx = "temp", sfx = ".txt")
Arguments
prfx
prefix for the file name, e.g. "temp"
sfx
suffix (file extension) for the file name, e.g. ".txt"
Value
a character string containing the randomly generated name of the
tempfile.