You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synchronized description of destinationDirectoryName parameter for all methods (dotnet#100330)
Co-authored-by: Muhammad Safwan Karim <safwan_karim@diya-tech.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
Copy file name to clipboardexpand all lines: src/libraries/System.IO.Compression.ZipFile/src/System/IO/Compression/ZipFile.Extract.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public static partial class ZipFile
35
35
/// that is not supported.</exception>
36
36
///
37
37
/// <param name="sourceArchiveFileName">The path to the archive on the file system that is to be extracted.</param>
38
-
/// <param name="destinationDirectoryName">The path to the directory on the file system. The directory specified must not exist, but the directory that it is contained in must exist.</param>
38
+
/// <param name="destinationDirectoryName">The path to the directory in which to place the extracted files, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
/// <param name="sourceArchiveFileName">The path to the archive on the file system that is to be extracted.</param>
70
-
/// <param name="destinationDirectoryName">The path to the directory on the file system. The directory specified must not exist, but the directory that it is contained in must exist.</param>
70
+
/// <param name="destinationDirectoryName">The path to the directory in which to place the extracted files, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
71
71
/// <param name="overwriteFiles">True to indicate overwrite.</param>
/// <param name="sourceArchiveFileName">The path to the archive on the file system that is to be extracted.</param>
157
-
/// <param name="destinationDirectoryName">The path to the directory on the file system. The directory specified must not exist, but the directory that it is contained in must exist.</param>
157
+
/// <param name="destinationDirectoryName">The path to the directory in which to place the extracted files, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
158
158
/// <param name="overwriteFiles">True to indicate overwrite.</param>
159
159
/// <param name="entryNameEncoding">The encoding to use when reading or writing entry names in this ZipArchive.
160
160
/// /// <para>NOTE: Specifying this parameter to values other than <c>null</c> is discouraged.
0 commit comments