Let's say I have a file called abc.txt and it's located in C:\B\, but I don't know that it's there.
I navigate to C:\ and hit Ctrl+F. Type in *.txt (because I don't know the exact name of my text file either, just a rough idea) and leave the other options as default. Click Search and it finds a handful in C:\, including the one I want. Now I have a script I want to apply on this file. Here it is:
Code: Select all
regexreplace $data, readfile("<curitem>"), "\n", "<crlf>"; writefile("<curpath>\<curbase>.nfo", "$data");This is particularly useful when applying different scripts to individual files in search results window, especially since navigating to a folder where a particular file is, applying a script and clicking "Back" doesn't return you to the page with search results.
Unless they can be applied that way already without leaving the search results window, can they?
XYplorer Beta Club