Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't distinguish between libraries and classes #1

Open
alt14 opened this issue Aug 24, 2022 · 0 comments
Open

Can't distinguish between libraries and classes #1

alt14 opened this issue Aug 24, 2022 · 0 comments

Comments

@alt14
Copy link
Owner

alt14 commented Aug 24, 2022

Libraries and classes both use VI.Library.Path property
It creates the following unexpected behaviours:

  • If you run the plugin and specify library but it is a class, there will be no error and it will bring up the class folder
  • If you run the plugin and specify class but it is a library, there will be no error and it will bring up the library folder
  • If you run the plugin and specify library but the library contains a class that contains the VI, there will be no error and it will bring up the CLASS folder

I need to separate out libraries and classes in Get Paths from Ref.vi and work out a way of seeing if it is a library or a class.

@alt14 alt14 changed the title Can Can't distinguish between libraries and classes Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant