Click or drag to resize
ZipDirectoryInfoGetDirectoriesInternal Method
Returns the subdirectories of the current directory.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
protected override DirectoryInfo[] GetDirectoriesInternal(
	string searchPattern,
	SearchOption searchOption
)

Parameters

searchPattern
Type: SystemString
Search pattern
searchOption
Type: CMS.IOSearchOption
Specifies whether to search the current directory, or the current directory and all subdirectories.

Return Value

Type: DirectoryInfo
See Also