Backup to USB driver?

G

Guest

Hi All,

I am trying to write a program to do a automatic backup. I have some
questions.
1. How can I detect a USB drive connection?
2. How can I get the drive letter?(If everytime is given a different
drive letter)

Anthony
 
J

Jeff Gaines

Hi All,

I am trying to write a program to do a automatic backup. I have some
questions.
1. How can I detect a USB drive connection?
2. How can I get the drive letter?(If everytime is given a different
drive letter)

Anthony

Are you using NET 2? If so look at the DriveInfo class, it can give you an
array of drives and each of them has a DriveType.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top