fun getTargetDir(vararg path: String): File
Get a target dir from path elements for this specific component.
See also the static method getTargetDir.
Return
a file object from the input values
@JvmStatic fun getTargetDir(dir: File, vararg path: String): File
Get the target dir from a base dir and additional path elements. The path elements will be filtered and adapted. Empty elements or elements with forbidden characters will be removed, spaces replaced with an underscore.
Return
a file object from the input values