Hi there,
My program is supposed to download a picture and then make it the desktop background. I’m trying to use this:
set picfolder to (main bundle's resource path) as alias
tell application "Finder" to set desktop picture to file "pic.png" of picfolder
But I get this error:
“File path to app’s resources folder, but not including pic.png was not found (-43”
Can anyone help me fix this? I’ve tried every way under the sun it seems and since none of the work I picked the shortest.