reading and writing to Tape Drives with C#

  • Thread starter Thread starter Abhishek Srivastava
  • Start date Start date
A

Abhishek Srivastava

Hello All,

I am doing a feasibility study to develop an inhouse repository for
software products. I am looking at C# and possible ASP.NET to develop this.

Is it possible for me to read the contents of a tape drive from C#.
similarly write files to a Tape drive as well?

Thanks for your help.

regards,
Abhishek.
 
HI

You can tr
System.Management.ManagementClass("MSTapeMediaCapacity"
System.Management.ManagementClass("Win32_TapeDrive"
System.Management.ManagementClass.GetInstance
System.Management.ManagementObject.Propertie

Regard
Vipul Pate
Microsoft India Community Star
 
Thanks Vipul,

Is there a complete sample available for reference?
With this little code snippet, I can hardly get an idea.

However, I am happy to know that atleast its possible to read/write to
tape drive using C#.

Thanks for your help.

regards,
Abhishek.
 
Back
Top