GOAL: Get a distinct list of file names using UEStudio (via the search function or any other function if search will not do this) based on a search of the files contents matching a specific string of text.
SEARCH CRITERIA:
SEARCH FILE TYPES: *.txt
SEARCH LOCATION: \\MyServer\Files\
SEARCH TEXT (Matching): Crystal
I need to get a distinct list of file names (and nothing else) for all txt files in the specified location in which the file contains the text crystal. I can get UEStudio's SEARCH to do most of this but the results include more then the file name and that's all I want. If I try to extract the file names from what is returned in the Results window it will take as much time to remove the additional text in the search as it would be to manually go trough the files. The standard search returns the file name once for every single time the search text is found and it includes a bunch of date/time info making it difficult/tedious to get just a list of the matching file names themselves.
SEARCH CRITERIA:
SEARCH FILE TYPES: *.txt
SEARCH LOCATION: \\MyServer\Files\
SEARCH TEXT (Matching): Crystal
I need to get a distinct list of file names (and nothing else) for all txt files in the specified location in which the file contains the text crystal. I can get UEStudio's SEARCH to do most of this but the results include more then the file name and that's all I want. If I try to extract the file names from what is returned in the Results window it will take as much time to remove the additional text in the search as it would be to manually go trough the files. The standard search returns the file name once for every single time the search text is found and it includes a bunch of date/time info making it difficult/tedious to get just a list of the matching file names themselves.