Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / CreateEmptyMemoryFile Method
Name of the file
Gets the correct file name would be added in the folder.


In This Topic
    CreateEmptyMemoryFile Method
    In This Topic
    Creates the empty memory file.
    Syntax
    'Declaration
     
    
    Public Function CreateEmptyMemoryFile( _
       ByVal fileName As String, _
       ByRef correctFileName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As ZipHelper.MemoryFolder
    Dim fileName As String
    Dim correctFileName As String
    Dim value As Boolean
     
    value = instance.CreateEmptyMemoryFile(fileName, correctFileName)
    public bool CreateEmptyMemoryFile( 
       string fileName,
       out string correctFileName
    )

    Parameters

    fileName
    Name of the file
    correctFileName
    Gets the correct file name would be added in the folder.

    Return Value

    successful or not
    See Also