Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipDirectoryItem.DirectoryName Property

Gets or sets the name of a directory for the zip directory item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public string DirectoryName { get; set; }

Property Value

Type Description
String

A string that is the directory name.

See Also