DirectoryHelperIsEmptyDirectory 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 IsEmptyDirectory( string directoryPath )
Public Shared Function IsEmptyDirectory ( directoryPath As String ) As Boolean
public: static bool IsEmptyDirectory( String^ directoryPath )
static member IsEmptyDirectory : directoryPath : string -> bool
Parameters
- directoryPath
- Type: SystemString
指定目录的绝对路径
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.DirectoryHelper.IsEmptyDirectory(System.String)"]
See Also