Click or drag to resize
ZipDirectoryInfoCreateSubdirectoryInternal Method
Creates subdirectory.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
protected override DirectoryInfo CreateSubdirectoryInternal(
	string subdir
)

Parameters

subdir
Type: SystemString
Subdirectory to create

Return Value

Type: DirectoryInfo
See Also