Xceed .NET Libraries Documentation
Welcome to Xceed Data Manipulation Compoents for .NET and .NET Standard / Sample Applications / .NET Compact Framework / IrDAFileTransfer Sample Application
In This Topic
    IrDAFileTransfer Sample Application
    In This Topic

    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