> I am trying to copy image files, eg. jpg ot tif off a cd-rom > into a folder on the user's hard drive. The user will click > on a "save" button in the Director interface and copy that > image to a folder that he will choose on his hard drive. >
Error 2 is a destination file name issue. Are you sure that the path you are passing to baCopyFile() is correct? You must pass it the full path along with the file name and extension. My guess it that you may have left out the file name. Also, on Mac's your path delimiter should be a ":" and on Windows it should be "\". <br /> [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
