Appkit 基础类库
Appkit 基础类库
Appkit.IO
AkFileCache Class
AkFileCache Methods
Copy Method
Delete Method
Exists Method
Find Method
Load Method
Refresh Method
Remove Method
Write Method
AkFileCache
Write Method
将内容写入指定名称的文件,并加载文件缓存。
默认使用 UTF8 编码。
Namespace:
Appkit.IO
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
static
void
Write
(
string
path
,
string
content
)
Parameters
path
Type:
System
String
content
Type:
System
String
See Also
Reference
AkFileCache Class
Appkit.IO Namespace