10-06-2014 09:53 AM
The other option is to create a TestStand Public in your project folder. Just setup the hierarchy like the TestStand folder. Then repoint using the link above.
10-06-2014 10:06 AM
Specifying a custom public directory sounds more acceptable to me. This means that we would be able to contain this directory within a project hierarchy. Would there be a way of specifying the path to this public directory dynamically rather than having to edit the Windows registry?
10-06-2014 10:16 AM
You can dynamically add search directories.
Or...
You can use the windows API to edit the registry. The problem is you stil need to reload TS once you have made the registry change. If you are using LV there are some VIs out there that allow you to edit the registry.
Regards,
10-06-2014 10:18 AM
Awesome, thank you. I have learned a lot from you today.