Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!yale!husc6!rutgers!lll-crg!nike!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Re: Workbench vs DOS mods Message-ID: <8610120025.AA18240@cory.Berkeley.EDU> Date: Sat, 11-Oct-86 20:25:39 EDT Article-I.D.: cory.8610120025.AA18240 Posted: Sat Oct 11 20:25:39 1986 Date-Received: Sat, 11-Oct-86 23:57:05 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 25 >> (B) ... >> ... I have noticed >> a few smarter utilities lately (notably SoundScape) that read >> the directory once the first time you invoke such a requester, and >> keeps the list around in memory so it dosen't have to re-search >> if you go back to the requester a second time. Changing the >> drive selection will still bite you though. > >Couldn't this cause problems? I mean, given the fact that my Amiga is a >multi-tasker, I create a file which *should* be picked up for display by >the filename requester but *won't* be picked up because the program thinks >that it already knows what's out on the disk? No problem... When you create a file, the timestamp for it's diretory is updated. All the program needs to do is look at the timestamp, and if it has changed, reload the directory. Only the timestamp for the immediate directory (directory containing the file) is updated.. the changes are not propogated through the path. Don't you love simple solutions? -Matt