You've almost got it. I believe this might come close to working, assuming for example that you want -Rf options on cp:

...
   <key>Program</key>
   <string>/bin/cp</string>
   <key>ProgramArguments</key>
   <array>
       <string>-R</string>
       <string>f</string>
       <string>/source/path</string>
       <string>/destin/path</string>
   </array>
...

By the way, if cp works for you, that's fine but there are newer and better methods available in Mac OS 10.4, 10.5.
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to