What are error -10004 and error -10000 in Applescript
I have an Applescript that is working on my computer, but not on my colleague's. I get two errors when manipulating paths: -10004 and -10000 . I have an idea on how to solve this, but first I'd like to understand those error codes. Here is the script (I removed useless part, the full version is on github ): -- export all layers to image files -- Settings property exportFileExtension : "png" property ADD_CANVAS_NUMBER : true -- End of Settings on file_exists(FileOrFolderToCheckString) try alias FileOrFolderToCheckString return true on error return false end try end file_exists tell application