createFileName

fun createFileName(theName: String?, theFileExtension: String?): String

Makes a String that has the form name.ext If an extension already exists it is replaced.

Return

the String

Parameters

theName

the name

theFileExtension

the extension