quote:
Originally posted by -!Felu!-
quote:
Originally posted by skorpan
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 (Smilie)
No, it returns the correct way... If it returns "c:\\my dp folder\\" the folder won't open but if it returns "c:\my dp folder\" the folder would open.
Wrong.
The function in Messenger Plus I use returns a value in style of "c:\my folder\sub folder" (I add a "\" on the end manually).
If I take this string and pass it on to Shell.Run(string); (where string is the returned path from above) it dies not open anytning. I just get a error message.