Xceed .NET Libraries Documentation
IrDAFileTransfer Sample Application
Welcome to Xceed .NET, .NET Standard and Xamarin Libraries! > Sample Applications > .NET Compact Framework > IrDAFileTransfer Sample Application

Programming languages

VB.NET, C#

Overview

This application demonstrates how to use the CompressedStream class as a transparent pass-through stream, and the Xceed FileSystem object model for file and folder access. 

It specifically demonstrates how to :

  • Use the DiskFolder class to retrieve a reference to a folder. 

  • Use the GetFiles method to retrieve the files contained within a folder. 

  • Make proper usage of the Transient property. 

  • Use the Write method.

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. NOTE: The sample applications for Xceed's FileSystem based products are all contained in the "Xceed Zip for .NET" folder.

C#: \CSharp\IrDAFileTransfer\IrDAFileTransferCS.csdproj

VB.NET: \Visual Basic .NET\IrDAFileTransfer\IrDAFileTransferVB.vbdproj