[This is preliminary documentation and subject to change.]
Extracts a file entry from the specified stream.
We cannot rely on the fact that the directory entry of a given file is created before the file is extracted, so we should create the directory if it doesn't yet exist.
Exception Type | Condition |
---|---|
BuildException |
The destination directory for the entry could not be created. -or- The entry could not be extracted. |
UnZipTask Class | NAnt.Compression.Tasks Namespace