Jim Kring wrote:
> There is a new (surprise) package available for download using OpenG
>Commander -- update your package list from the Internet and see what's new.
>
Great tool. I did find one issue if the VI is inside of a library
(llb), the copy fails since you change the extension. There are two
options, either leave the extension and add a prefix or check if the
path contains a *.llb and store the copy at the same level as the llb.
I would prefer the later since the first will change the modify date of
the llb, which would not happen if you decide not to save the changes.
Attached is a routine that gets the directory path of a VI, it works for
llbs and exes
Brian
|