• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
File Properties Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

File Properties Question


  • Subject: File Properties Question
  • From: Oakley Masten <email@hidden>
  • Date: Wed, 25 Apr 2007 07:38:17 -0700 (PDT)

Hi to All

tell application "Finder"
	set theChoice to choose file
	--This works
	set locked of theChoice to false
	--This works
	set group privileges of theChoice to "none"
	--This works
	set group privileges of theChoice to "read"
	--This does NOT work
	set group privileges of theChoice to "read & write"
	--This does NOT work
	set owner of theChoice to "system"
	--This works
	set group of theChoice to "everyone"
	get {properties} of theChoice
end tell

--How do you set "read & write" to privileges?
--How do you assign defferent "Owner' ?

What say yee?

thanks
Oakley
 _______________________________________________
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

  • Follow-Ups:
    • Re: File Properties Question
      • From: Axel Luttgens <email@hidden>
  • Prev by Date: Re: Shell script does not run
  • Next by Date: Re: Simple Date-Time Format Question...
  • Previous by thread: Re: Shell script does not run
  • Next by thread: Re: File Properties Question
  • Index(es):
    • Date
    • Thread