FileHelper.FolderCreate Method (String)

HD.Common

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

Parameters

Path
Type: SystemString

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

See Also

Reference