DirectoryHelper.IsExistDirectory Method

HD.Common

DirectoryHelperIsExistDirectory Method Helper帮助文档
检测指定目录是否存在

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

public static bool IsExistDirectory(
	string directoryPath
)
Public Shared Function IsExistDirectory ( 
	directoryPath As String
) As Boolean
public:
static bool IsExistDirectory(
	String^ directoryPath
)
static member IsExistDirectory : 
        directoryPath : string -> bool 

Parameters

directoryPath
Type: SystemString
目录的绝对路径

Return Value

Type: Boolean

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

See Also

Reference