Initializes a new instance of the ImGearFile class.
Syntax
protected ImGearFile(
string
)
'Declaration
Protected Function New( _
ByVal As String _
)
'Usage
Dim path As String
Dim instance As New ImGearFile(path)
Parameters
- path
- Name of the file with complete path.
See Also