Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!prls!pyramid!hplabs!well!mitsu From: mitsu@well.UUCP (Mitsuharu Hadeishi) Newsgroups: net.micro.amiga Subject: Re: Does anyone know how to get directory info within a prog? Message-ID: <1337@well.UUCP> Date: Wed, 25-Jun-86 20:04:11 EDT Article-I.D.: well.1337 Posted: Wed Jun 25 20:04:11 1986 Date-Received: Fri, 27-Jun-86 05:37:15 EDT References: <2360@mit-eddie.MIT.EDU> Reply-To: mitsu@well.UUCP (Mitsuharu Hadeishi) Organization: Whole Earth Lectronic Link, Sausalito CA Lines: 9 Keywords: DOS, AmigaDOS, Technical Reference Summary: Look in the AmigaDOS Technical Reference In re: finding out about changing directories, getting info on files, etc., from an application program . . . The place to go for that information is the AmigaDOS technical reference manual. The basic situation is that you can use "high-level" calls to UNIX-like routines to do your file I/O, but if you want to get into the nitty gritty (and speed up your file I/O minutely) you can use direct AmigaDOS library calls. -Mitsu (mitsu@well.UUCP)