类库说明文档
FileHelperWrite Method |
写文件
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void Write( string path, string data, bool append )
Parameters
- path
- Type: SystemString
文件路径 - data
- Type: SystemString
文本字符串 - append
- Type: SystemBoolean
是否追加
See Also