Luther,
I would use the Finder to copy the file and add the comment. Something like this should work:
tell application "Finder" try set newfile to duplicate file sourceFile to dayFolder set the comment of newfile to theComment return "" on error err return "Error: " & err end try end tell Thomas
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
|