Small recapitulation: original lines: E:\FolderName\Sub-FolderName\t_db1234568786e.jpg Y:\FolderName\Sub-FolderName\b_6c663ccc.jpg
search for: t_db1234568786e.jpg b_6c663ccc.jpg you want whole file names include path in result. Using regular expressions you have to search for: ^.*\\t_db1234568786e\.jpg or use simple search without regular expressions for t_db1234568786e.jpg and PSpad will copy into new file whole lines containing text you search for. If you want to use regular expressions to search for more results, search for: ^.*\\t_db1234568786e\.jpg|^.*\\b_6c663ccc\.jpg|..... But you are limited to 2048 chars PSPad doesn't allows you to insert more lines into search field. -- <http://forum.pspad.com/read.php?2,63366,63420> PSPad freeware editor http://www.pspad.com
