Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!genrad!mit-eddie!whuxle!jph From: jph@whuxle.UUCP Newsgroups: net.micro.pc Subject: Re: files in subdirectories - (nf) Message-ID: <363@whuxle.UUCP> Date: Mon, 14-May-84 12:12:09 EDT Article-I.D.: whuxle.363 Posted: Mon May 14 12:12:09 1984 Date-Received: Tue, 15-May-84 02:42:52 EDT Sender: jph@whuxle.UUCP Organization: Bell Labs, Whippany Lines: 12 #R:sri-arpa:-59900:whuxle:22700032:000:435 whuxle!jph May 14 12:11:00 1984 It depends in which language the program is being written. BASIC supports `change directory' from which you can then open files in that directory. I have written a routine for the IBM PASCAL compiler which allows me to open files in any directory. It first does a `change directory' and then I can use the PASCAL `assign' statement to open the file. You can do the same thing from any other language by writting the interface routine.