On 02/10/2010, at 1:03 PM, (4) GMAIL 5278 wrote:
Hello,
Thank you for your help again.
I still get an error on 'background picture highlighted' as I mentioned earlier.
Yours truly,
Jim
G'day Jim
I've run some tests, using 10.6.4, and if the window currently has a 'get info' dialog open, this code won't work.
I've tested it on a disk window, it works fine.
Regards
Santa
tell application "Finder"
set win to window "TAZ.VOL1"
set pr to properties of win
set p to icon view options of pr
set pp to background picture of p
set ppp to name of pp
ppp
end tell