Re: Using the 'Create Archive' - File Menu Command
Re: Using the 'Create Archive' - File Menu Command
- Subject: Re: Using the 'Create Archive' - File Menu Command
- From: kai <email@hidden>
- Date: Wed, 25 Apr 2007 01:36:50 +0100
On 25 Apr 2007, at 01:10, revDAVE wrote:
set fold to text 1 thru -2 of (POSIX path of ("/MacHD/aTest/"))
The path you have there is already a (sort of) POSIX path, Dave.
However, if "MacHD" is the name of your startup disk, that shouldn't
be included.
If you're going to use a ready-made POSIX path, run the one-line
script below, choose the required folder - and paste the result into
your script:
-----------------
set the clipboard to "\"" & text 1 thru -2 of POSIX path of (choose
folder) & "\""
-----------------
Your script should then end up looking something like this:
-----------------
set fold to "/aTest"
do shell script "ditto -ck " & quoted form of fold & space & quoted
form of (fold & ".zip")
-----------------
---
kai
_______________________________________________
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