Hi,
I have a script which duplicates the contents of a source folder to a destination folder and then locks every file in the destination.
duplicate every item in folder appdataSrc to folder appdataDest
set locked of every item in folder appdataDest to true
Should this work OK with any version of applescript running on OS X?
Thanks.