namedTimestamp

expect fun Program.namedTimestamp(extension: String = "", path: String? = null): String(source)

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.

actual fun Program.namedTimestamp(extension: String, path: String?): String(source)
actual fun Program.namedTimestamp(extension: String, path: String?): String(source)