Summary
Extracts a directory entry from the specified stream.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Tasks - Containing Type
- ExpandBaseTask
Syntax
protected void ExtractDirectory(Stream inputStream, string destDirectory, string entryName, DateTime entryDate)
Parameters
Name | Type | Description |
---|---|---|
inputStream | Stream | The System.IO.Stream containing the directory entry. |
destDirectory | string | The directory where to create the subdirectory. |
entryName | string | The name of the directory entry. |
entryDate | DateTime | The date of the entry. |
Return Value
Type | Description |
---|---|
void |