Saving in Safari 1.1/ OS X.3.6

After updating to OS 10.3.6 I’ve found that one of my safari scripts no longer works properly. The line that does nothing now is:

save document 1 as file_name in full_path

Oddly, it doesn’t error out. And It seems that if I don’t specify a path that the “Save” dialog window opens so at least part of this command is working. Has anyone else encountered and perhaps discovered the new syntax?

Ouch! Try coercing the class of that path variable to string/file/alias to see if any of those work.

Yes, I tried “alias” without success. It’s odd that it doesn’t error though.