Hi, I am trying to search for gencontrol with its original name, but it’s not searching entire drive
pathnames of descendants whose (pathname of it as lowercase ends with “exe” and value “OriginalFilename” of version block of it = “gencontrol.exe”) of (root folder of drive “C:”)
it searches some of the users folders successfully and displays result and then stops saying:
E: The expression could not be evaluated: class IllegalFileName
I have tried on both Fixlet Debugger and Analysis from the Console
Both gives me same result, out of 10 file locations both gives 7 successfully result and then stops with above mentioned error. Rest 3 are kept in different users folder and windows folder
If I create more copies of gencontrol.exe in “custom folders†in C: or in “Program Files†, relevance is able to find them
But it doesn’t find any kept in “windows†folder,
I assume its because its stopping while searching in “Users” folders for some season. (using Win7, havent tested on Xp yet)
On Fixlet Debugger, have added more copies to test
q: pathnames of descendants whose (pathname of it as lowercase ends with “exe” and value “OriginalFilename” of version block of it = “gencontrol.exe”) of (root folder of drive “C:”)
Kindly find the test on WinXP when checking only users folders,
If i search anyother folder it works.
Any idea why this is happening or how can i check on which file this error is coming,
And how can i skip any file which cannot be read or giving error.
q: pathnames of descendants whose (pathname of it as lowercase ends with “.exe” and value “OriginalFilename” of version block of it = “gencontrol.exe”) of folder “C:\Documents and Settings”
E: The expression could not be evaluated: class IllegalFileName