TextEdit rtfd problem
TextEdit rtfd problem
- Subject: TextEdit rtfd problem
- From: Brian Christmas <email@hidden>
- Date: Thu, 24 Sep 2015 12:28:50 +1000
G’day scripters
I’ve tried lots of permutations, but cannot work out how to save an rtfd TextEdit document to a remote disk.
I usually get a message the I don’t have permissions, but I’ve set the permissions on both disk and containing folder to all three permissions as ‘read/write’.
My latest effort is…
property dailyServerFolder : "Jobs:Yearly Email Storage 2015:09:2015 09 24:2015-09-24 015737" property fileDateTimeName : "(20150924 121212Z).rtfd"
tell application "TextEdit" activate delay 1 set temp to name of window 1 tell application "Finder" set tempTwo to a reference to file (my dailyServerFolder & ":" & temp as text) end tell save document 1 in tempTwo end tell
which gives an error of
Finder got an error: Can’t get file "Jobs:Yearly Email Storage 2015:09:2015 09 24:2015-09-24 015737:2015-09-24 003154 Cover Sheet.rtfd”.
Can someone set me straight on how to do this, please. It’s extremely important.
Regards
Santa |
_______________________________________________
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