FileHelper.FileCreate Method

HD.Common

FileHelperFileCreate Method Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.FileHelper.FileCreate(System.String)"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void FileCreate(
	string Path
)
Public Shared Sub FileCreate ( 
	Path As String
)
public:
static void FileCreate(
	String^ Path
)
static member FileCreate : 
        Path : string -> unit 

Parameters

Path
Type: SystemString

[Missing <param name="Path"/> documentation for "M:HD.Common.FileHelper.FileCreate(System.String)"]

See Also

Reference