I wasn’t sure where to post this. Has anyone had any experience with scripts accessing files on a Windows 2000 server volume. I ran one over a year ago and I remember problems with files not being accessible. The script simplified was something like:
tell app “Finder”
if (exists file some_file_reference) then
– open the file in Photoshop and process
end if
end tell
The script would often get inside the “if” statement but then a “File not found”, 43 error would pop up. Most frustating, simply re-running the script would solve the problem. It looks like I am going to need another script with files on a Windows 2000 volume and I would like to avoid shooting myself in the foot again.