Hi all,
I found utilities to convert absolute path for VIs called in test stand into relative paths but not the other way round. The problem is my sequence has calls to a lot of VIs in a directory which is very broad and has at least 6 levels of depth which makes development painfully slow as test stand finds it quite a task to locate these VIs. Since I'[m not planning to move this project to deploy it to another system and modularity is not my concern is there any way to convert these relative file paths to absolute file paths without doing it manually?
Thanks in advance!