Programming languages
C# and Visual Basic.NET
Overview
The MiniExplorer sample is a Windows Explorer-like application that allows you to manipulate files and folders without explicitly knowing the types of the files or folders being manipulate.
Demonstrates
-
How to use the DiskFile and DiskFolder classes.
-
How to use the ZipArchive and ZippedFile classes.
-
How to use the MemoryFile and MemoryFolder classes.
-
How to use the IsolatedFolder class.
-
How to split and unsplit zip files.
-
How to create spanned zip files.
-
How to handle events including the ItemException and the DiskRequired events.
Project location & filename
Master directory:
<SamplesInstallDir>Xceed Zip for .NET [version]\
Where <SamplesInstallDir> by default is <SystemVolume>Xceed Samples under Windows Vista/7, and <ProgramFiles>Xceed Samples under Windows XP.
C#: \CSharp\MiniExplorer\MiniExplorer.csproj
VB.NET: \Visual Basic .NET\MiniExplorer\MiniExplorer.vbproj