This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Path parsing
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 06, 2006
06:13 AM
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),../..)
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),../..)
(3) Replies
‎Jun 06, 2006
09:02 AM
Perhaps see if the $N string resolver will do what you want.
‎Jun 06, 2006
10:09 AM
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!
‎Jun 06, 2006
10:17 AM
How strange; perhaps see the docs here at HelpNet: helpnet.macrovision.com/Robo/BIN/Robo.dll?tpc=/robo/projects/installshieldmp11-5helplib/UsingNormalizePathStringResolver.htm...