DirectoryHelperCreateFile Method (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 filePath )
Public Shared Sub CreateFile ( filePath As String )
public: static void CreateFile( String^ filePath )
static member CreateFile : filePath : string -> unit
Parameters
- filePath
- Type: SystemString
文件的绝对路径
See Also