CompoundFile Constructor (String) | MSG .NET Class Library |
Initializes a new instance of the CompoundFile class based on the supplied file.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public CompoundFile( string filePath )
public CompoundFile( string filePath )
Public Sub New ( filePath As String )
Public Sub New ( filePath As String )
Dim filePath As String Dim instance As New CompoundFile(filePath)
Dim filePath As String Dim instance As New CompoundFile(filePath)
public CompoundFile( String filePath )
public CompoundFile( String filePath )
public function CompoundFile( filePath : String )
public function CompoundFile( filePath : String )
Independentsoft.IO.StructuredStorage.CompoundFile = function(filePath);
Independentsoft.IO.StructuredStorage.CompoundFile = function(filePath);
Parameters
- filePath
- Type:
System String
File path.
See Also