Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site wateng.UUCP Path: utzoo!watmath!wateng!broehl From: broehl@wateng.UUCP (Bernie Roehl) Newsgroups: net.micro.pc Subject: Re: files in subdirectories Message-ID: <993@wateng.UUCP> Date: Tue, 15-May-84 09:05:09 EDT Article-I.D.: wateng.993 Posted: Tue May 15 09:05:09 1984 Date-Received: Wed, 16-May-84 03:29:36 EDT References: <599@sri-arpa.UUCP> Organization: U of Waterloo, Ontario Lines: 18 Not sure I understand the question, but here goes: If you are programming in a high-level language environment (e.g. the Basic interpreter or C run-time library) should handle all of this for you, and should have no trouble at all opening files in any arbitrary sub-directory. If you are programming in assembler, the new DOS 2.00 i/o calls can handle full paths, not just ordinary files. If, however, you are using an old version of the language package, or if you are writing in assembler and using the old i/o calls (the ones that explicity "know" about FCB's and suchlike) then you will inevitably run into problems using the hierarchical file system. Simple recommendation: use the new i/o calls, or upgrade to a language system that does. -- -Bernie Roehl (University of Waterloo)