Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site microsoft.UUCP Path: utzoo!linus!decvax!microsoft!markz From: markz@microsoft.UUCP (Mark Zbiokowski) Newsgroups: net.micro.pc Subject: RE: wordstar finding overlays in current directory Message-ID: <8657@microsoft.UUCP> Date: Tue, 27-Sep-83 19:15:26 EDT Article-I.D.: microsof.8657 Posted: Tue Sep 27 19:15:26 1983 Date-Received: Thu, 29-Sep-83 00:32:31 EDT Organization: Microsoft Corporation Lines: 8 The reason WORDSTAR looks only in the current directory for it's overlays is that it is using the old-style (and extremely limited) FCBs for all I/O. The FCBs have only enough room in them for a file name and not a directory specification; restricting them to work in the current directory only is a reasonable extention of their function for hierarchical file systems. Using ASSIGN is a dangerous proposition; it's behaviour is sometimes not as expected.