9 references to ArchivingUtils
System.IO.Compression.ZipFile (9)
System\IO\Compression\ZipFile.Create.Async.cs (3)
537
string entryName =
ArchivingUtils
.EntryFromPath(fullPath.AsSpan(basePath.Length));
542
if (
ArchivingUtils
.IsDirEmpty(fullPath))
544
string entryName =
ArchivingUtils
.EntryFromPath(fullPath.AsSpan(basePath.Length), appendPathSeparator: true);
System\IO\Compression\ZipFile.Create.cs (4)
485
string entryName =
ArchivingUtils
.EntryFromPath(fullPath.AsSpan(basePath.Length));
490
if (
ArchivingUtils
.IsDirEmpty(fullPath))
492
string entryName =
ArchivingUtils
.EntryFromPath(fullPath.AsSpan(basePath.Length), appendPathSeparator: true);
577
archive.CreateEntry(
ArchivingUtils
.EntryFromPath(di.Name, appendPathSeparator: true));
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (2)
182
ArchivingUtils
.AttemptSetLastWriteTime(destinationFileName, source.LastWriteTime);
193
string sanitizedEntryPath =
ArchivingUtils
.SanitizeEntryFilePath(source.FullName);