12-12-2009 03:14 PM
Hi ewjammer & Stergios,
strong advice: please use "build path" and "strip path" from the file functions palette when dealing with filenames and path.
Using string functions is not entirely wrong, but will lead to errors the sooner or the later...
12-14-2009 03:11 AM
GerdW wrote:Hi ewjammer & Stergios,
strong advice: please use "build path" and "strip path" from the file functions palette when dealing with filenames and path.
Using string functions is not entirely wrong, but will lead to errors the sooner or the later...
To further clarify the "buld path" and "strip path" VIs have support for all the various formats across different platforms. Using them ensures your code is portable. The string functions can be used but as stated above you may run into problems with different file and path name formats. This includes fully qualified paths on a network.
12-14-2009 03:50 AM