Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFolder Class / DoGetFile Method
The name of the file to retrieve.


In This Topic
    DoGetFile Method (GZippedFolder)
    In This Topic
    Actual implementation of Xceed.FileSystem.AbstractFolder.GetFile for a file without any path.
    Syntax
    'Declaration
     
    Protected Overrides Function DoGetFile( _
       ByVal session As FileSystemEventsSession, _
       ByVal fileName As String _
    ) As AbstractFile
    'Usage
     
    Dim instance As GZippedFolder
    Dim session As FileSystemEventsSession
    Dim fileName As String
    Dim value As AbstractFile
     
    value = instance.DoGetFile(session, fileName)
    protected override AbstractFile DoGetFile( 
       FileSystemEventsSession session,
       string fileName
    )

    Parameters

    session
    fileName
    The name of the file to retrieve.

    Return Value

    A reference to an Xceed.FileSystem.AbstractFile object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also