Skip to content

Commit 8b3e571

Browse files
committed
Change "will be" to "is"
1 parent f1bd8df commit 8b3e571

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

xml/System.IO.Compression/ZipFile.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ An I/O error occurred while opening a file to be archived.</exception>
10211021
<remarks>This method creates the specified directory and all subdirectories. The destination directory cannot already exist.
10221022
Exceptions related to validating the paths in the <paramref name="destinationDirectoryName" /> or the files in the zip archive contained in <paramref name="source" /> parameters are thrown before extraction. Otherwise, if an error occurs during extraction, the archive remains partially extracted.
10231023
Each extracted file has the same relative path to the directory specified by <paramref name="destinationDirectoryName" /> as its source entry has to the root of the archive.
1024-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1024+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
10251025
If a file to be archived has an invalid last modified time, the first date and time representable in the zip timestamp format (midnight on January 1, 1980) will be used.</remarks>
10261026
<exception cref="T:System.ArgumentException">
10271027
<paramref name="destinationDirectoryName" /> is <see cref="F:System.String.Empty" />, contains only white space, or contains at least one invalid character.</exception>
@@ -1101,7 +1101,7 @@ An archive entry was compressed by using a compression method that isn't support
11011101
## Remarks
11021102
This method creates the specified directory and all subdirectories. The destination directory cannot already exist. Exceptions related to validating the paths in the `destinationDirectoryName` or `sourceArchiveFileName` parameters are thrown before extraction. Otherwise, if an error occurs during extraction, the archive remains partially extracted. Each extracted file has the same relative path to the directory specified by `destinationDirectoryName` as its source entry has to the root of the archive.
11031103
1104-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1104+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
11051105
11061106
## Examples
11071107
This example shows how to create and extract a zip archive by using the <xref:System.IO.Compression.ZipFile> class. It compresses the contents of a folder into a zip archive and extracts that content to a new folder. To use the <xref:System.IO.Compression.ZipFile> class, you must reference the `System.IO.Compression.FileSystem` assembly in your project.
@@ -1177,7 +1177,7 @@ An archive entry was compressed by using a compression method that isn't support
11771177
<remarks>This method creates the specified directory and all subdirectories. The destination directory cannot already exist.
11781178
Exceptions related to validating the paths in the <paramref name="destinationDirectoryName" /> or the files in the zip archive contained in <paramref name="source" /> parameters are thrown before extraction. Otherwise, if an error occurs during extraction, the archive remains partially extracted.
11791179
Each extracted file has the same relative path to the directory specified by <paramref name="destinationDirectoryName" /> as its source entry has to the root of the archive.
1180-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1180+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
11811181
If a file to be archived has an invalid last modified time, the first date and time representable in the zip timestamp format (midnight on January 1, 1980) will be used.</remarks>
11821182
<exception cref="T:System.ArgumentException">
11831183
<paramref name="destinationDirectoryName" /> is <see cref="F:System.String.Empty" />, contains only white space, or contains at least one invalid character.</exception>
@@ -1334,7 +1334,7 @@ Each entry will be extracted such that the extracted file has the same relative
13341334
13351335
The `sourceArchiveFileName` and `destinationDirectoryName` parameters accept both relative and absolute paths. A relative path is interpreted as relative to the current working directory.
13361336
1337-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1337+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
13381338
13391339
If a file to be archived has an invalid last modified time, the first date and time representable in the zip timestamp format (midnight on January 1, 1980) will be used.
13401340
@@ -1442,7 +1442,7 @@ A <see cref="T:System.IO.Compression.ZipArchiveEntry" /> has been compressed usi
14421442
14431443
This method creates the specified directory and all subdirectories, if necessary. Exceptions related to validating the paths in the `destinationDirectoryName` or `sourceArchiveFileName` parameters are thrown before extraction. Otherwise, if an error occurs during extraction, the archive remains partially extracted. Each extracted file has the same relative path to the directory specified by `destinationDirectoryName` as its source entry has to the root of the archive.
14441444
1445-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1445+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
14461446
14471447
If `entryNameEncoding` is set to a value other than `null`, entry names and comments are decoded according to the following rules:
14481448
@@ -1534,7 +1534,7 @@ If `entryNameEncoding` is set to `null`, entry names and comments are decoded ac
15341534
<remarks>This method creates the specified directory and all subdirectories. The destination directory cannot already exist.
15351535
Exceptions related to validating the paths in the <paramref name="destinationDirectoryName" /> or the files in the zip archive contained in <paramref name="source" /> parameters are thrown before extraction. Otherwise, if an error occurs during extraction, the archive remains partially extracted.
15361536
Each extracted file has the same relative path to the directory specified by <paramref name="destinationDirectoryName" /> as its source entry has to the root of the archive.
1537-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1537+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
15381538
If a file to be archived has an invalid last modified time, the first date and time representable in the zip timestamp format (midnight on January 1, 1980) will be used.</remarks>
15391539
<exception cref="T:System.ArgumentException">
15401540
<paramref name="destinationDirectoryName" /> is <see cref="F:System.String.Empty" />, contains only white space, or contains at least one invalid character.
@@ -1631,7 +1631,7 @@ An archive entry was compressed by using a compression method that isn't support
16311631
16321632
The `sourceArchiveFileName` and `destinationDirectoryName` parameters accept both relative and absolute paths. A relative path is interpreted as relative to the current working directory.
16331633
1634-
If an entry in the zip archive is a symbolic link, it will be extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
1634+
If an entry in the zip archive is a symbolic link, it's extracted as a regular folder since symbolic link information isn't preserved in the ZIP format.
16351635
16361636
If a file to be archived has an invalid last modified time, the first date and time representable in the zip timestamp format (midnight on January 1, 1980) will be used.
16371637

0 commit comments

Comments
 (0)