existsOrCreate

检测该文件是否存在,如果存在则会执行block方法,如果不存在则创建该文件
fun File.existsOrCreate(block: () -> Unit): File