write_file

Function write_file 

Source
pub fn write_file(args: &[Value]) -> Result<Value, RuntimeError>
Expand description

写入文件内容(覆盖)

§参数

  • 文件路径
  • 文件内容

§返回

成功返回 true

§安全性

需要启用文件系统权限