|
Re: How to do file i/o in labview
LV has a built-in path type that abstracts /, \, and : for you. So wherever you look at it, it will look native, but at runtime it will be native there too.
I mention this because sometimes old habits are hard to break, and people then start to build their own path/string stuff. It is better to use the built-in path datatype and functions.
Use the same path as the ftp location.
|