Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / RemoveMemoryFile Method
Represents the name of the file.


In This Topic
    RemoveMemoryFile Method
    In This Topic
    Removes the memory file from the memory folder.
    Syntax
    'Declaration
     
    
    Public Function RemoveMemoryFile( _
       ByVal fileName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As ZipHelper.MemoryFolder
    Dim fileName As String
    Dim value As Boolean
     
    value = instance.RemoveMemoryFile(fileName)
    public bool RemoveMemoryFile( 
       string fileName
    )

    Parameters

    fileName
    Represents the name of the file.

    Return Value

    true if the stream is removed successfully; otherwise, false.
    See Also