![]() |
Function to conver single slash to double
I hope this is easy for someone out there. I need a function to take a single slash path and convert it to double slash. For example:
C:\Program Files\MyApp\data needs to be converted to: C:\\Program Files\\MyApp\\data I have tried using VBScript but have been unsucessfull. Thanks Tom |
VBScript:
[Replace("C:\Program Files\MyApp\data", "\", "\\")] |
Thanks, that was it.
Tom |
All times are GMT -5. The time now is 09:11 PM. |
Copyright © 1999-2023 Kinook Software, Inc.