ILTDVDBurner.InputPath Example for Visual Basic

Private Sub InputPath(szPath As String) 
   If burner.InputPath = "" Then
      burner.InputPath = szPath
   End If
End Sub