ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Search full path + filename

(1/1)

JeroenVdb:
In my documents I have many references (paths) to files I want to open quickly with FARR2. I select the path en hit my shortcut that selects and copies the path so I search for something like this: /WEB-INF/jsp/common/layout/article/detail.jsp -> 0 results (the file exists offcourse), the path before /WEB-INF/ isn't always the same!

Is it possible to return the correct file with FARR2?

mouser:
Can you elaborate a little bit? I'm not sure I understand what you are asking.

JeroenVdb:
When I search for /WEB-INF/jsp/common/layout/article/detail.jsp I want FARR to search for the consecutive folders; WEB-INF, jsp, common, layout and article + search for 'detail.jsp' in that last folder.

The path before /WEB-INF/ is unknown, it won't always be the same...

EXAMPLE; /WEB-INF/jsp/common/layout/article/detail.jsp should find:
1. C:\sites\prod\core\web\src\main\webapp\WEB-INF\jsp\common\layout\article
2. C:\sites\dev\core\web\src\main\webapp\WEB-INF\jsp\common\layout\article

Other search examples:
/WEB-INF/jsp/common/component/article/hftn.jsp
/WEB-INF/jsp/common/component/article/articlePagedListContainer.jsp
/WEB-INF/jsp/common/component/article/articlePagedListContent.jsp

mouser:
ok try this:

type something like: WEB-INF\jsp\common\component\article\hftn

that should be able to find
C:\sites\prod\core\web\src\main\webapp\WEB-INF\jsp\common\component\article\hftn\...

NOTE: Its important that you not start with \ and not use /



Navigation

[0] Message Index

Go to full version