I changed a few minor things from my actual (working) script and
missed one edit.


If namedArgs.Exists("repos") Then
 repoFolderPath= Trim(namedArgs.Item("path"))
End If

should be

If namedArgs.Exists("repos") Then
 repoFolderPath= Trim(namedArgs.Item("repos"))
End If

Joel Reinford

Reply via email to