ILTDVDBurner.CurrentDrive Example for Visual Basic

Private Sub CurrentDrive()
   If burner.CurrentDrive <> 0 Then
      burner.CurrentDrive = 0
   End If
End Sub