11-11-2020 08:36 AM
Hi,
I am currently debugging a file reader in NI TestStand. I am on a
LabView 2013 version:
This call to a local directory or path "C:\\Users\\eng\\Documents\\PaulG\\File"
is successfully read by my VI application... Notice the "double" back slash?
Now , I am trying to do this coming from a network , below example:
"\\IP_address\\eng\\2013\\File" 123.123.123.123 = IP Address, example only)
It does not work, I cannot read it. What is the correct "format" path to call it?
Then I came across another application on LabView 2018:
"\\\IP_address\eng\2018\File" (notice this time it is triple backslash?? and single slashes, as opposed to double backslashes above)
This is working as per the user of this one.
What is happening here?
Big thanks,
Paul
11-11-2020 10:22 AM
I find that for network drive locations, I need to double up on the slashes, like "\\\\first\\second\\third"
03-28-2021 11:52 PM
noted. big thanks!