File name of background picture
File name of background picture
- Subject: File name of background picture
- From: "(4) GMAIL 5278" <email@hidden>
- Date: Sat, 2 Oct 2010 11:15:13 +0900
Dear AppleScripters,
Hello. I know how to change the background picture of a folder (and a disc volume) through AppleScript. I wonder if it's possible to save the file name of the picture used as a background image of a give discn volume. Let me suppose that I have a disc image whose volume name is DMG 2010 and that the disc volume has been mounted on the desktop.
tell application "Finder" set win to window "DMG 2010" set p to icon view options of win set file_name to name of background picture of p end tell
I want to save the file name of the background picture to file_name. But it doesn't work. What am I doing wrong?
Thanks a lot.
Jim |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden