Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!nbires!hao!hplabs!tektronix!reed!bart From: bart@reed.UUCP Newsgroups: net.micro.mac Subject: Re: Adding a Pattern to a PAT# (sizing resources) Message-ID: <3882@reed.UUCP> Date: Sat, 19-Jul-86 23:55:01 EDT Article-I.D.: reed.3882 Posted: Sat Jul 19 23:55:01 1986 Date-Received: Mon, 21-Jul-86 03:11:45 EDT Organization: Reed College, Portland, Oregon Lines: 12 As a couple of people have mentioned to me, the Resource Manager checks with the Memory Manager to see if the size of a resource has changed before it writes the changed resource to disk. Thus, the Memory Manager procedure SetHandleSize is all that is necessary. I was mostly fooled by the fact that while there is a procedure SizeResource to get the size of a resource, there is none to set it (which makes sense -- SizeResource is clearly documented as being intended to get the size of the resource on disk, before reading it into memory). Thanks much to those who responded. Bart Massey ..tektronix!reed!bart