LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String to Path Slash / Backslash

Solved!
Go to solution

Hello,

 

I'm trying to convert this Sting to a path:

 

FTP://USER:PASS@SOURCE/

 

but the output is always:

 

FTP:\//USER:PASS@SOURCE/

 

Somehow the VI "String_to_Path" adds always a Backslash after "ftp:", how can this be eliminated?!

 

 

Download All
0 Kudos
Message 1 of 3
(3,614 Views)
Solution
Accepted by topic author _EMG_

Just change the string to the format as below:

 

FTP:\\USER:PASS@SOURCE\\  Smiley Happy

 

 

cheers:)

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
Message 2 of 3
(3,596 Views)

Uh, yes that works...!!! Sometimes it's too easy to seeSmiley Surprised

 

 

Thank you!

 

...Cool smilies in the post, hehe!

0 Kudos
Message 3 of 3
(3,586 Views)