What else can I do with Pathfinder?
Question ID: 106008
1
0

I’ve heard that there are various things you can do with Pathfinder other than Pathfinder.Locate. Does anyone know what other methods are available?

Marked as spam
Posted by (Questions: 387, Answers: 66)
Asked on April 22, 2015 6:27 pm
61 views
Answers (1)
1
Private answer

I found the below information which is really helpful:

This method is used to add a new folder path to the Folders list (Tools-> Options-> Folders).
PathFinder.Insert [Path],[Index]

This method returns the Index of the specified path.
PathFinder.Find [Path]

This method can be used to swap the Index of two folder paths.
Pathfinder.MoveItem [Source_Index],[Destination_Index]

This method removes the specified folder path from the folders list.
Pathfinder.Remove [Path]

This method removes all the items from the folders list.
Pathfinder.RemoveAll

This method removes the folder path item using Index.
PathFinder.RemoveByIndex([Path_Index])

This method can be used to commit all the changes which are done using PathFinder object. If Save method is not used, your changes in Folder List will not be retained.
PathFinder.Save

[Source][1]

[1]: http://qtpcodes.blogspot.com/2011/09/more-methods-for-pathfinder-object.html

Marked as spam
Posted by (Questions: 17, Answers: 807)
Answered on April 22, 2015 6:27 pm
0
That's great info!
( at April 22, 2015 6:28 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top