Assigning privs with AS
Assigning privs with AS
- Subject: Assigning privs with AS
- From: webguide <email@hidden>
- Date: Wed, 16 Oct 2002 22:24:06 +1000
G'day all,
I'd like to change the privileges of an AS created file to read/write for
everyone. Each time I try, I manage to generate an error - I'm using:
tell application "Finder"
set everyones privileges of file myfile to read write
end tell
Which generates the error: Finder got an error: Can't set everyones
privileges of file 210 to read write.
If I use this:
tell application "Finder"
set everyones privileges of myfile to read write
end tell
From which I get: Can't set +class gstp; of 211 to +constant privrdwr;.
Can anyone point me to the correct syntax for assigning privileges to a
file?
Thanks
kim
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.