Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!cbosgd!ucbvax!decvax!tektronix!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: Locations of newly created files Message-ID: <1577@uw-beaver> Date: Tue, 28-Aug-84 19:17:58 EDT Article-I.D.: uw-beave.1577 Posted: Tue Aug 28 19:17:58 1984 Date-Received: Thu, 30-Aug-84 02:42:30 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 13 From: Mark.Sherman@CMU-CS-A.ARPA When my program creates a file, it sometimes places it in the upper left hand corner of the folder, as if I had used SetFInfo with fdlocation = (0,0). By monitoring the program, I am sure that I am not setting such values explicitly with SetFInfo (although I do set other values). By using GetFInfo, it seems that this location is selected by Create (and since I don't change it, the location remains at 0,0). There are two places in my program that create files, and each place creates more than one. Files created in one section always get placed in an empty locations; in the other location, the icons stack up at location 0,0. Has anyone seen this kind of behavior or have an idea why it is happening? -Mark