6 references to ArchivingUtils
System.IO.Compression.ZipFile (6)
System\IO\Compression\ZipFile.Create.cs (4)
494
string entryName =
ArchivingUtils
.EntryFromPath(fullPath.AsSpan(basePath.Length));
499
if (
ArchivingUtils
.IsDirEmpty(fullPath))
504
string entryName =
ArchivingUtils
.EntryFromPath(fullPath.AsSpan(basePath.Length), appendPathSeparator: true);
516
archive.CreateEntry(
ArchivingUtils
.EntryFromPath(di.Name, appendPathSeparator: true));
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (2)
97
ArchivingUtils
.AttemptSetLastWriteTime(destinationFileName, source.LastWriteTime);
117
string fileDestinationPath = Path.GetFullPath(Path.Combine(destinationDirectoryFullPath,
ArchivingUtils
.SanitizeEntryFilePath(source.FullName)));