inline fun Path.createFileIfNotExists(vararg fileAttributes: FileAttribute<*>): Path
Delegates to createFile and swallows a potential java.nio.file.FileAlreadyExistsException.