FileHelper.GetFoldAll Method (String)

HD.Common

FileHelperGetFoldAll 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 string GetFoldAll(
	string Path
)
Public Shared Function GetFoldAll ( 
	Path As String
) As String
public:
static String^ GetFoldAll(
	String^ Path
)
static member GetFoldAll : 
        Path : string -> string 

Parameters

Path
Type: SystemString
详细路径

Return Value

Type: String

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

See Also

Reference