createFile

abstract fun createFile(path: String, content: String?)

创建文件, 若文件已经存在,则会覆盖

Parameters

path

文件路径

content

文件内容