F.Yan: PRogramming???
how can i transfer file(s) from floppy disks and removable disks into a new location before it is completely deleted by the computer…
I’m trying to make a similar version of recycle bin since recycle bin doesn’t support FLoppy and flash disks…
Source code??? Prog. Language??? Explanation???
Answers and Views:
Answer by Larry P
You cannot do it unless microsoft provides you file managing APIs to you.
1.Pick up a 9X or Nt based SDk from Microsoft (don’t ask me how).
2. Read through the API’s.
3.Choose the function you want to use in your program.
4. Download VC++ from Microsoft (This can also be step no 1)
5. Compile
6. Create a exe file
7. Do what you want this project.
You have to use API’s because the USB port required for the flash disk(just consider the flash disk for now) is controlled through the operating system(windows 98 and later)
Leave a Reply