Announcement

Collapse
No announcement yet.

Parse Path, finding file before install....

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Parse Path, finding file before install....

    hello.

    I need SF6 to search for a location of a file, then use that path for the installation path but I cant figure out how to make it work. It searches and finds it, but the variable it stors is unsuitable, I need it to store the path to the folder that the file was located in, then use that stored variable as the install path. Instead, its storing the files complete path, including filename.

    Please, what am I missing?

  • #2
    Re: Parse Path, finding file before install....

    You are missing the Parse Path action. It is under the Strings category. It will allow you to take the full path and parse out the drive and folder part.

    - Brett

    Comment


    • #3
      Re: Parse Path, finding file before install....

      Thanks bro.

      I parsed the path of the file search result variable, and got exactly what im looking for.

      Comment

      Working...
      X