Date: Tue, 31 May 94 11:01:24 -0400 From: dj AT ctron DOT com (DJ Delorie) To: eliz AT is DOT elta DOT co DOT il Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Library problems > Nope. Getting this is a non-trivial exercise in undocumented DOS. It > involves: > 1) Accessing the file table in the program's PSP at the entry > which corresponds to the file's handle. The number stored there is an > index into the DOS System File Table (SFT). > 2) Getting the address of the SFT via the infamous DOS List-of-Lists > structure, and reading the entry at the above index. One of the fields there > is a starting cluster of the file. Will this work for network drives?