Adds permissions to those already set on the folder. Adding permissions does not add duplicates, and does not produce an error if there are duplicates. The method does not set a permission for a group the user is not a member of, unless the user also has the Security Administrator privilege.
VBScript
folder.AddPermissions (permissions)
Perl
$folder->AddPermissions(permissions);