cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pomalese
Level 3

Path parsing

Hi again!

I have a Searcher bean that assists the user in locating an older installed exe. The install then adds a plugin to a previous directly, ../.. from that exe.

The problem is that the user ends up seeing the ../.., is there an easy way to simply a path? I can write the java code myself and parse that, just thought I'd ask :).

I currently use: $PATH($V(IS_DESTINATION),../..)
Labels (1)
0 Kudos
(3) Replies
RobertDickau
Flexera Alumni

Perhaps see if the $N string resolver will do what you want.
0 Kudos
pomalese
Level 3

RobertDickau wrote:
Perhaps see if the $N string resolver will do what you want.


Exactly what I wanted!

My documentation unfortunately does not contain anything on $A or $N... I get "The page cannot be displayed."

Thank you!
0 Kudos
RobertDickau
Flexera Alumni

0 Kudos