04-08-2024 03:50 PM
Is there any "property node" argument that allows obtaining location in project, of .ctl, .vi,...?
For example:
My Computer/Support VIs/Add.vi
My Computer/Type Definition/Add.ctl
Regards,
04-09-2024 01:07 AM
Hi gomez,
@dgd.gomez wrote:
Is there any "property node" argument that allows obtaining location in project, of .ctl, .vi,...?
You can switch the project view to show file locations using <Ctrl-E>.
And there is the menu item "Project->Show Item Paths".
Is that good enough or do you want to automate project-related work (using LV scripting)?
04-09-2024 01:30 AM
Hi GerdW,
Thank you very much for the reply.
What we would like to obtain is an array with the location in the project, of .ctl, .vi,... for this, we understand that it is necessary to perform LV scripting, but we do not know which property node can provide this information.
That is to say,, just as you can obtain by means of the reference of a .vi, the name, the path,... we would like to obtain the location in the project.
Best regards,
04-09-2024 03:58 AM
Something like this? The last type case and indicator is just to show it's a valid reference.
04-09-2024 04:45 AM
I'm not sure what the utility of this is and I don't think there is direct way to get this, but here are a couple of options:
If all of this doesn't help, you might want to say what your actual goal is.