How to acess a floopy drive in c#?
-
hi all, Actually i am a beginner in visual studio c# development and developing a software for our firm in c# (windows forms). The main task of mine is to display the contents of the floppy when i click on the button in the windows forms and display the contents in the another window forms.Can anybody help me and guide me to go about it? Nitin_ap
-
hi all, Actually i am a beginner in visual studio c# development and developing a software for our firm in c# (windows forms). The main task of mine is to display the contents of the floppy when i click on the button in the windows forms and display the contents in the another window forms.Can anybody help me and guide me to go about it? Nitin_ap
what do you mean with the word "content" ? is content Files list in Floppy Disk ? You can easily get files content of your floppy disk by using System.IO.Directory.GetFiles . You can get your Floppy Disk drive info by using System.Environment.GetLogicalDrives good luck !