DirectoryHelperAppendText Method | Helper帮助文档 |
向文本文件的尾部追加内容
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AppendText( string filePath, string content )
Public Shared Sub AppendText ( filePath As String, content As String )
public: static void AppendText( String^ filePath, String^ content )
static member AppendText : filePath : string * content : string -> unit
Parameters
- filePath
- Type: SystemString
文件的绝对路径 - content
- Type: SystemString
写入的内容
See Also