Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!sun!decwrl!labrea!jade!ucbvax!pro-sol.cts.COM!mdavis From: mdavis@pro-sol.cts.COM (Morgan Davis) Newsgroups: comp.sys.apple Subject: Re: Finder Problems Message-ID: <8710151956.AA07042@crash.CTS.COM> Date: Thu, 15-Oct-87 14:12:18 EDT Article-I.D.: crash.8710151956.AA07042 Posted: Thu Oct 15 14:12:18 1987 Date-Received: Sun, 18-Oct-87 22:45:55 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: pnet01!pro-sol!mdavis@nosc.MIL Organization: The ARPA Internet Lines: 14 > moving an icon accomplishes a MOVE, not a COPY True -- as long as you're talking about a move on the same filesystem. If you slide an icon to your RAM5 volume, it does a COPY. FYI: You IIGS developers should know about the new feature of the ProDOS 16 RENAME command. It can be used to move a file link from one directory on the filesystem to another. In ECP-16 the syntax is: :rename /volume/file /volume/subdir/subdir/file This moves the file by moving only it's index pointers (no data is moved). The effect is that you can move a 300 block file across your disk to some other area in about a second or less.