OZONE Asylum
Forums
OZONE
anyone know Applescript?
This page's ID:
28894
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I need a script that will set the permissions to every file in a given folder to 777. I have tried : [code] tell application "Finder" set theFolder to "/Users/Username/Desktop/myFolder " set theFiles to every file of theFolder repeat with a from 1 to length of theFiles chmod 777 end repeat end tell [/code] this doesn't work. I also looked at using the Folder Actions and doing [code] on adding folder items to this_folder tell application "Finder" do script "chmod 777" end tell end adding folder items to [/code] But that doesn't seem to work either. Any help is much appreciated! Thanks in advance! Later, C:\
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »