10-26-2021 05:45 AM
I am currently having the issue, that my VI can't read a .dll File, because the path is too long.
Is there any way to shorten the path of a .net Refnum?
10-26-2021 06:17 AM - edited 10-26-2021 06:17 AM
You can give the dll (or any file\directory) a shorter path using subst.
That could work, but there's a change the path will still be resolved to the longer path.
10-26-2021 08:07 AM
Hi,
Thanks for your tipp.
Sadly, this didn't resolved my issue.
The Refnum accepts the shortend path, but when executing it still referes to the old one.