|
Re: Help with FTPing files to the cRIO
You don't say how the path is built. LV contains a path datatype, but often newcomers will use a string instead, or will put in their own delimiters. Because LV is a cross-platform language, the path you will enter uses the local delimeters and they will automatically be mapped between unix, windows, and mac.
You may want to open up a path or file I/O example to see how it is often done.
Greg McKaskle
|