07-01-2009 04:22 AM
Hi,
How can I get know how the subVIs are called? I'd like to know what path type is used; absolute or relative.
The brilliant solution would be if I could pick a VI and get a list of its subVIs with path near by.
K.
Solved! Go to Solution.
07-01-2009 04:50 AM
All paths are relative (even on different drives: /../../D/data/*) except for the symbolic paths (user.lib and vi.lib)
The OpenG toolkit has a function called List VI Hierarchy which returns an array of all VI inside the calling tree:
Ton
11-30-2009 05:20 PM
11-30-2009 07:19 PM
You should post this question in a new message thread. While you talk about relative vs. absolute paths, it really has nothing to do with the original question of this thread. I don't understand your question as to how absolute vs. relative paths reelates to Open/Create/replace or the Read from Spreadsheet File VI.
Perhaps when you post, you can attach your VI so we can see what you are trying to do. When it gives an error, does it have an error message or error number associated with it?