BuildMaster SDK Reference
Version:

NormalizedFullName(System.IO.Compression.ZipArchiveEntry entry) Method

Returns the full relative path of the zip entry with all directory separator characters normalized to /.

Syntax

public static string NormalizedFullName(System.IO.Compression.ZipArchiveEntry entry)

Parameters

entry
Type: System.IO.Compression.ZipArchiveEntry

The entry.

Returns

Full relative path of the zip entry with all directory separator characters normalized to /.

Exceptions

System.ArgumentNullException

entry is null (Nothing in Visual Basic).