FileHelper.FileDel Method

HD.Common

FileHelperFileDel 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 FileDel(
	string Path
)
Public Shared Sub FileDel ( 
	Path As String
)
public:
static void FileDel(
	String^ Path
)
static member FileDel : 
        Path : string -> unit 

Parameters

Path
Type: SystemString
路径
See Also

Reference