It is really simple...
foreach (DriveInfo drive in DriveInfo.GetDrives())
{
if (drive.DriveType == DriveType.Removable)
{
//// that's all :) Jai SiyaRam Bless You
}
}
Enjoy the joy of Coding
Jai SiyaRam
Bless You
{
if (drive.DriveType == DriveType.Removable)
{
//// that's all :) Jai SiyaRam Bless You
}
}
Enjoy the joy of Coding
Jai SiyaRam
Bless You
No comments:
Post a Comment