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?
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.
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.