Xref: utzoo alt.msdos.programmer:1285 comp.binaries.ibm.pc.d:6582 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!mips!apple!bionet!ames!pacbell!att!cbnewse!miguelr From: miguelr@cbnewse.ATT.COM (miguel.a.rivera) Newsgroups: alt.msdos.programmer,comp.binaries.ibm.pc.d Subject: DOS Directory Buffer Keywords: Refresh, Directory, DOS, Direct access. Message-ID: <13156@cbnewse.ATT.COM> Date: 19 Feb 90 16:15:27 GMT Organization: AT&T Bell Laboratories Lines: 14 I made a tool using Turbo C that copy a floppy disk into a file by sectors and viseversa. I have a little problem when I try to restore a floppy disk from a file. The problem is that DOS do not refresh its internal directory table. That's mean that I need to open the floppy disk door to tell the DOS to read again the new directory. I am overriding the DOS function calls to access the disk. But also I made a version that use Absolute Disk Read/Write DOS internal routine and doesn't work. Do I miss an interrupt routine to update the directory??? I try almost everything. Help!!! Thank you, Miguel A. Rivera AT&T Bell Labs Naperville IL.