DirectoryHelperCreateFile Method (String, String) | Helper帮助文档 |
创建文件
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void CreateFile( string dir, string pagestr )
Public Shared Sub CreateFile ( dir As String, pagestr As String )
public: static void CreateFile( String^ dir, String^ pagestr )
static member CreateFile : dir : string * pagestr : string -> unit
Parameters
- dir
- Type: SystemString
带后缀的文件名 - pagestr
- Type: SystemString
文件内容
See Also