XFile Constructor(String,String)
In This Topic
Initializes a new instance of the XFile class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim fileName As String
Dim fileType As String
Dim instance As New XFile(fileName, fileType)
public XFile(
string ,
string
)
Parameters
- fileName
- Name of the file
- fileType
- Type of the file
See Also