Click or drag to resize
AkFileCacheWrite Method
将内容写入指定名称的文件,并加载文件缓存。

默认使用 UTF8 编码。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void Write(
	string path,
	string content
)

Parameters

path
Type: SystemString
content
Type: SystemString
See Also