Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfelg!koren From: koren@hpfelg.HP.COM (Steve Koren) Newsgroups: comp.sys.amiga.tech Subject: Re: Anybody know how to do this stuff? Message-ID: <13920033@hpfelg.HP.COM> Date: 13 Dec 89 16:20:12 GMT References: <13920020@hpfelg.HP.COM> Organization: HP Elec. Design Div. -FtCollins Lines: 26 > pr->pr_WindowPtr = -1; /* Turn off requesters */ That was the key thing I needed to know. Thanks. It works, but I've never seen it documented anyplace, so I'm a bit nervous about it. > You don't seem to grok what Volume's are. They are basic unit of Disk, not > the device like df0:. If I have a volume on a floppy, I don't care what .... > inserted into DF0: but generally this is useless info. Assigns, like C:, .... > Is that any clearer? Yes, I have understood the differences between volumes and devices since around 1985, but I disagree with your comment about the status of df0: being useless info. If the user has included 'df0:c' in his path, I need to bypass df0: if there is no disk inserted. The user might well do this instead of using the volume name to access the files in the 'c' directory of whatever disk happens to be in df0: at the time, while c: might point to the 'c' directory on his hard disk. Anyhow, this new feature of ignoring offline parts of the path has been added; it will appear in 1.3. I also do that for some commands; for example, a 'cd df0:' will not produce the requester if there is no disk in df0:. - steve