Question: How do replace string?

Hi all, how to replace

"F:\GoogleDrive\api" to "F:/GoogleDrive/api"

I use SubstituteAll(URL, "\", "/") but not work!

Please Wait...