quote:
Originally posted by -!Felu!-
quote:
Originally posted by skorpan
Thanks alot!
Now I only need to know how I replaces single "\" with "\\" in strings..
I meant in scripting you'll need to use double slash(\\) instead of a single slash(\) in any path you specify.
I got that =)
But the functions in Messenger Plus scripting enviroment returns path in the style of "c:\my dp folder\", so I need to change it to "c:\\my dp folder\\".
That is my new problem