NAnt SDK Documentation - v0.85-nightly-2005-11-09

UnZipTask.ExtractDirectory Method 

[This is preliminary documentation and subject to change.]

Extracts a directory entry from the specified stream.

[Visual Basic]
Protected Sub ExtractDirectory( _
   ByVal inputStream As Stream, _
   ByVal entryName As String, _
   ByVal entryDate As Date _
)
[C#]
protected void ExtractDirectory(
   Stream inputStream,
   string entryName,
   DateTime entryDate
);

Parameters

inputStream
The Stream containing the directory entry.
entryName
The name of the directory entry.
entryDate
The date of the entry.

Remarks

Missing <remarks> documentation for M:NAnt.Compression.Tasks.UnZipTask.ExtractDirectory(System.IO.Stream,System.String,System.DateTime)

Exceptions

Exception Type Condition
BuildException

The destination directory for the entry could not be created.

See Also

UnZipTask Class | NAnt.Compression.Tasks Namespace