//
plugin
/
com.github.jxiaow.jiagu
/
existsOrCreate
existsOrCreate
检测该文件是否存在,如果存在则会执行
block
方法,如果不存在则创建该文件
fun
File
.
existsOrCreate
(block: () ->
Unit
):
File
Content copied to clipboard