BTW, I just wrote this script if someone want to save the current Desktop (like me).
tell application "Finder" set wp to get desktop picture duplicate wp to desktop end tell
It just copy the file to your Desktop! Hugs!
reply to comment
BTW, I just wrote this script if someone want to save the current Desktop (like me).
tell application "Finder"
set wp to get desktop picture
duplicate wp to desktop
end tell
It just copy the file to your Desktop!
Hugs!