Re: PDF File says in use by Mac OS X
Re: PDF File says in use by Mac OS X
- Subject: Re: PDF File says in use by Mac OS X
- From: Wayne Melrose <email@hidden>
- Date: Mon, 7 May 2007 11:02:23 +0200
On 7. mai. 2007, at 10.54, Peter Waibel wrote:
I'd suggest having a look at doing it with "do shell script ditto /Users/Me/Desktop/myfile.pdf /Volumes/Server/pdfspath/"
'ditto' is great because it will preserve the resource fork.
Take care! Using ditto with OS 10.3.9 preserving the resource fork is not the default behavior. You must use the option --rsrc.
ditto --rsrc /my/file
On OS 10.4 reserving the resource fork is the default.
Peter
Ahhh..? thanks Peter!
Although I have not been doing this...!? I might go through some of my code :) |
_______________________________________________
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