Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set myVar1 to path to application support
  2. set myVar1 to myVar1 & "Jolly Learning Ltd" as text
  3. set myVar2 to the quoted form of the POSIX path of myVar1
  4. display dialog myVar2
  5. do shell script ("chmod -R 775 " & myVar2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement