Xceed Real-Time Zip for .NET Documentation
CreateFile(FileSystemEvents,Object,String,Boolean) Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFolder Class > CreateFile Method : CreateFile(FileSystemEvents,Object,String,Boolean) Method
Syntax
'Declaration
 
Public Overloads Function CreateFile( _
   ByVal events As Xceed.FileSystem.FileSystemEvents, _
   ByVal userData As Object, _
   ByVal relativeName As String, _
   ByVal replaceIfExists As Boolean _
) As Xceed.FileSystem.AbstractFile
'Usage
 
Dim instance As ZippedFolder
Dim events As Xceed.FileSystem.FileSystemEvents
Dim userData As Object
Dim relativeName As String
Dim replaceIfExists As Boolean
Dim value As Xceed.FileSystem.AbstractFile
 
value = instance.CreateFile(events, userData, relativeName, replaceIfExists)
public Xceed.FileSystem.AbstractFile CreateFile( 
   Xceed.FileSystem.FileSystemEvents events,
   object userData,
   string relativeName,
   bool replaceIfExists
)

Parameters

events
userData
relativeName
replaceIfExists
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

Reference

ZippedFolder Class
ZippedFolder Members
Overload List