Copying files into packages
Copying files into packages
- Subject: Copying files into packages
- From: garrett <email@hidden>
- Date: Tue, 24 Sep 2002 21:26:57 -0500
Since the finder sees packages as folders, can I copy a file into a package?
set theSource to "HD:file.jpg"
set the Dest to "HD:Apps:Application.app:Content:Resources:"
tell application "Finder"
copy theSource to theDest
end tell
I get an error:
-1728: Can't get the application file "Application.app" of folder "Apps" of
startup disk.
any thoughts?
-------
garrett
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.