Hello Nikolai,
I have experienced a lot of exactly same problems
as you meet now and looked up all references, went
on many trials as possible using another components
in diagrams. Then, I reached to the conlusion "maybe
there is no way".
But a way using programming skills is possible
as that
first convert the path to character lines,
secondly, transverse all character lines above
third search in the transversed character lines
from an initial character and split them with
the first "\"(on Unix or Linux "/"?) and take
the latter character lines out of two split lines,
and at last transverse the taken out lines above.
Excuse me for a moment.
My supposing might be always too realistic and
sometimes a little boother(-;).
Tom
Nikolai Maris wrote:
> If I use the "curr
ent VI's path constant" I get different outputs when I
> use it under LabVIEW-developmant-envoirement and in an application. Both
> times I'd like to get the path of the VI respectively of the EXE. But
> the "current VI's path constant" returns path\*.vi under the
> LabVIEW-developmant-envoirement and path\*.exe\*.vi in the application,
> so that I have to interpret different.
>
> Anyboby knows how to get the same path in both cases?
>
> Niko