Setting Ignore Permission Errors in VBS
In a VBS Script I need to set Ignore Permission Errors to True, similar to the attached or dialog below:
Can somebody give me the syntax and the enumerated value? I assume in this case it would just be True or False.
IE:
transferOptions.IgnorePermissionsErrors = True?
Thanks!
Can somebody give me the syntax and the enumerated value? I assume in this case it would just be True or False.
IE:
transferOptions.IgnorePermissionsErrors = True?
Thanks!