Hi!
Could somebody tell me why I get this error
Finder got an error: Can't get every file of folder "Applications" of
startup.
when I run this script:
tell application "Finder"
if folder "Applications" of startup disk exists then
return count files in folder "Applications" of startup
else
return 0
end if
end tell
Thanks,
Raj