Add doc comment about extract bailing without cleanup
This commit is contained in:
parent
c074a3090c
commit
080292c6c3
1 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,8 @@ impl<R: Read + io::Seek> ZipArchive<R> {
|
||||||
///
|
///
|
||||||
/// Paths are sanitized so that they cannot escape the given directory.
|
/// Paths are sanitized so that they cannot escape the given directory.
|
||||||
///
|
///
|
||||||
|
/// This bails on the first error and does not attempt cleanup.
|
||||||
|
///
|
||||||
/// # Platform-specific behaviour
|
/// # Platform-specific behaviour
|
||||||
///
|
///
|
||||||
/// On unix systems permissions from the zip file are preserved, if they exist.
|
/// On unix systems permissions from the zip file are preserved, if they exist.
|
||||||
|
|
Loading…
Add table
Reference in a new issue