Owning Palette: File I/O VIs and Functions
Requires: Base Development System
Creates a new path by appending a name or a relative path to an existing path.
Add to the block diagram | Find on the palette |
Suppose you want to build the path c:\dir1\vis\first.vi. The following table shows examples of how you can specify base path and name or relative path to build this path.
Operation | base path | name or relative path |
To specify a name | c:\dir1\vis | first.vi |
To specify a relative path | c:\dir1 | vis\first.vi |
To specify an absolute path | — | c:\dir1\vis\first.vi |