MACSCRPT Archives

February 2010

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Stockly, Ed" <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Wed, 10 Feb 2010 15:24:57 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
I have an appleScript that changes the permissions on a file to rw.

 tell application "Finder"
    set owner privileges of myFile to read write
    set group privileges of myFile to read write
    set everyones privileges of myFile to read write
end tell


The group privileges and everyones privileges get correctly changed, but the
owner privileges don't.

Am I missing something?

Is there a do shell script that can do this?

ES
   

ATOM RSS1 RSS2