DirectoryHelper.ClearFile Method

HD.Common

DirectoryHelperClearFile 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 ClearFile(
	string filePath
)
Public Shared Sub ClearFile ( 
	filePath As String
)
public:
static void ClearFile(
	String^ filePath
)
static member ClearFile : 
        filePath : string -> unit 

Parameters

filePath
Type: SystemString
文件的绝对路径
See Also

Reference