Re: Mac::Glue finder physical size

2004-08-30 Thread Rick Measham
On 31 Aug 2004, at 12:12 PM, Paul McCann wrote: You need to add a ->get after the prop(). Strangely enough I saw this by googling on "Mac::Glue physical_size", and the only thing whacked (modulo "close relatives") was your post of 18th March, containing the vital "get". So you want... LOL .. thank

Re: Mac::Glue finder physical size

2004-08-30 Thread Paul McCann
Hi Rick, you wrote... > From previous posts (ages ago) I thought the following code should > return the physical size of the folder in question. However getting > ->prop() just returns the $obj for some reason. What am I doing wrong? You need to add a ->get after the prop(). Strangely

Mac::Glue finder physical size

2004-08-30 Thread Rick Measham
From previous posts (ages ago) I thought the following code should return the physical size of the folder in question. However getting ->prop() just returns the $obj for some reason. What am I doing wrong? Cheers! Rick use Data::Dumper; use Mac::Glue; my $finder = new Mac::Glue 'Finder'; my $ob