DirectoryHelper.ExistsFile Method

HD.Common

DirectoryHelperExistsFile 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 ExistsFile(
	string FilePath
)
Public Shared Sub ExistsFile ( 
	FilePath As String
)
public:
static void ExistsFile(
	String^ FilePath
)
static member ExistsFile : 
        FilePath : string -> unit 

Parameters

FilePath
Type: SystemString
路径,包括文件名
See Also

Reference