I'm trying to use Powershell v3 and .NET 4.5 to change a string in a file in a folder and then zip up the contents of the folder. I've got the string replace working, but then the zip keeps throwing an ArgumentException on the directory path, even though I'm sure it's correct.I'm trying to use Powershell v3 and .NET 4.5 to