|
| About slashes |
 |
Fri, 21 Sep 2007 12:06:25 +000 |
Hi! Once again I need your help! The question is how to replace back slash with
forward one? This is where I stuck in it:
I need to know where my file is placed:
path = maxfilepath
"D:\temp\"
Now I need to create directory there
makeDir "D:\temp\Test"
and... false! But, if we change slashes from back to forward (like this:
"D:/temp/Test" ), then everything is ok and directory is created.
Well, that's all for today =) As always need your help.
With best wishes,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|