Quote:
Originally Posted by Greg McKaskle
One of the diagrams contains a path with an "ftp://..." type of URI path. The LabVIEW paths are file paths, relative or absolute. The functions that take paths will not perform an ftp transaction to retrieve the file. So think about where the code will be, put the file nearby, and use a file system path.
Greg McKaskle
|
I have been working with our mentors to solve this issue still with no solution. So what you are saying is that we should not use ftp at all, and if we cannot do that where are we able to store a picture for reference. Lastly what is a file system path?