Search System Drive Letters For DVD Drives...

  • Thread starter Thread starter bj7lewis
  • Start date Start date
B

bj7lewis

I am looking in the way of System.IO.DriveInfo.DriveType but VS.NET 2003 w/
..NET Framework 2.0 installed Pro said it can find DriveInfo but MSDN on the
net(not local versoin) said it is in .NET Framework 2.0. Also
DriveInfo.DriveType doesn't tell differance between CD-ROM and DVD Drives...

Am I missing somthing or is there a better way?...

Any help...
 
I am looking in the way of System.IO.DriveInfo.DriveType but VS.NET 2003 w/
.NET Framework 2.0 installed Pro said it can find DriveInfo but MSDN on the
net(not local versoin) said it is in .NET Framework 2.0...
Also looking to get the volume label and if drive is a DVD-RW drive then
File.Copy(UserSelectedHDFile)* onto DVD-RW disk...

Footnote: *) I assume File.Copy() is how WinXP or IE does the burning when
you drop files into a DVD-RW folder in Windows Explorer

Any help...
 
Back
Top