View Single Post
  #1  
Old 07-20-2007, 01:44 PM
Too_Tall_Crown_Victoria Too_Tall_Crown_Victoria is online now
Registered User
 
Join Date: 01-14-2003
Posts: 44
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
Reply With Quote