namedTimestamp
Generates a timestamped name for the program, optionally including a file extension and path.
Return
a string representing the generated timestamped name, potentially including the specified path and extension.
Parameters
extension
an optional file extension to be appended to the timestamped name, default is an empty string.
path
an optional file path to be prepended to the timestamped name, default is null.