03-27-2004 01:51 PM
03-30-2004 07:09 PM
Backslashes are a Windows separator - it's not universal. Mac uses ":" as the separator (for historical reasons - even though it's "/" in the Mac command line. You need to compose your path using colons, not backslashes.
Suggestion:
1... Manually move a file to the unix server, where you want to put your JPEG.
2... Put a PATH control on a new VI.
3... Use the BROWSE button to browse to the unix folder and choose the file you manually put there. (you have to mount the volume first).
4... Compose your path to look like what you see in that PATH control.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-23-2004 09:03 AM
04-23-2004 09:22 AM
If you tried what I suggested, you might have better luck.
Blog for (mostly LabVIEW) programmers: Tips And Tricks