Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Nov : How to disable floppy disk caching
| Subject: | How to disable floppy disk caching |
| Posted by: | "Steve Thomas" (steve.thom..@smiths-aerospace.com) |
| Date: | 18 Nov 2005 02:29:43 -0700 |
I am writing an application that reads a file from floppy disk. It must physically read the disk every time the file is read, regardless of whether it has changed. I believe I can disable the caching using DeviceIoControl. How can I do this in Delphi? |