package
Version:
v0.2.21
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
将数据写入指定路径的文件。
如果目录不存在,将会递归创建目录。
如果文件不存在,将会创建该文件;如果文件已存在,将会覆盖原有内容。
入参:
- path: 文件路径。
- data: 文件数据字节数组。
出参:
与 WriteFile 类似,但写入的是字符串内容。
入参:
- path: 文件路径。
- content: 文件内容。
出参:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.