[August 25th, 2008] Check the home page regarding PowerShell related news from a brand new sponsor: Idera!
Hi
I have a string which contain backquote character .I want to replace backquote character
for eg my string is c:\test\` and i want output c:\test\``
what should be argument to replace method
Is there any other ways
Thanks in Advance