OSX Leopard: How to show the current wallpaper in finder?
April 22, 2008 3:35 PM Subscribe
How can I get my iMac running Leopard to
show the current wallpaper in Finder? I'm using Leopard's built-in wallpaper-switching function to randomly display a wallpaper from my collection of over 1,000, but when I get one I don't like, it gives me no way to easily find the file and delete it.
For those of you looking to shuffle wallpapers in Windows, I recommend John's Background Switcher.
posted by XSteveMurphy to computers & internet (14 answers total) 2 users marked this as a favorite
on run
tell application "Finder"
select window of desktop
set curDesktop to (get desktop picture as text)
display dialog "The Current Desktop Image is " & curDesktop
end tell
end run
posted by jedicus at 4:11 PM on April 22, 2008