I'd upgraded from 5.0 to 5.1 and my "workflows" are not working in 5.1. Receiving error on "$FileSystem.FullPath" parameter. Need immediate assist on this issue.
Darius
I'd upgraded from 5.0 to 5.1 and my "workflows" are not working in 5.1. Receiving error on "$FileSystem.FullPath" parameter. Need immediate assist on this issue.
Darius
The Syntax of parameters is slightly changed in 5.1. In place of doing $FileSystem.FullPath, you'll need to encircle the path in parenthesis. Use $(FileSystem.FullPath) and it should work just fine.