Click or drag to resize

IFileContainerItem Interface

Represents an item in a compressed file container.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IFileContainerItem

The IFileContainerItem type exposes the following members.

Properties
 NameDescription
Public propertyIsDirectory Gets a value indicating whether the item is a directory.
Public propertyName Gets the item name.
Top
See Also