Gets the ZipItem with specified path. 
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Default Property Item ( _ path As String _ ) As ZipItem Get | 
| C# | 
|---|
| public ZipItem this[ string path ] { get; } | 
Parameters
- path
- Type: System..::..String
 Value of the Path to search for.
 
     
     
     
     
    