Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / GetFile(String) Method
Name of the file


In This Topic
GetFile(String) Method
In This Topic
Gets the file.
Syntax
'Declaration
 
Public Function GetFile( _
   ByVal fileName As String _
) As Stream
 
'Usage
 
Dim instance As ZipHelper.MemoryFolder
Dim fileName As String
Dim value As Stream
 
value = instance.GetFile(fileName)

Parameters

fileName
Name of the file

Return Value

stream about file
See Also