Class LhaDirectoryEntry

LhaDirectoryEntry class

Represents an empty directory inside Lha archive.

public class LhaDirectoryEntry

Properties

NameDescription
Name { get; }Gets the name of the directory.

Methods

NameDescription
ExtractToDirectory(string)Composes an empty directory inside destinationDirectory.

See Also