FileHelperFileAdd 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 FileAdd( string Path, string strings )
Public Shared Sub FileAdd ( Path As String, strings As String )
public: static void FileAdd( String^ Path, String^ strings )
static member FileAdd : Path : string * strings : string -> unit
Parameters
- Path
- Type: SystemString
文件路径 - strings
- Type: SystemString
内容
See Also