Question: replace backslash by a forward slash in a string

hey there,

i have a textfile with three columns and i am using the "readdata" command. the first column is a filepath that i read in as a string. unfortunately the filepath is saved with backslashes ("c:\data\...") and therefore i cannot open the file that is indicated by the path. how can i replace the backslashes with forward slashes? any other ideas are also appreciated. thanks!

Please Wait...