I'm updating my ListManagementHouseCleaning script and I've noticed that when I look at my XYplorer ini file section for [Named] which is FindFiles: Named, it has a repeat for first item like so:
Code: Select all
[Named]
Count=4
Named0="* /ed //find all empty folders"
Named1="* /ed //find all empty folders"
Named2="* /ef //find all empty files"
Named3="* * //Find files and folders with spaces"
Named4="-----> mru"
Whereas looking at the List Management dialog for "Find Files: Named" it looks like so...
Code: Select all
* /ed //find all empty folders
* /ef //find all empty files
* * //Find files and folders with spaces
-----> mru
Is there a reason for the repeat occurring in XYplorer.ini. If I manually edit the repeat out along with renumbering in XY's ini file, the first item will be missing when viewed in List Management. Manual editing doesn't seem to get rid of it or starting clean and it doesn't seen to happen on other mru lists. It will be that way even after a save and restart as well. It seems to be messing up my current method of clearing out all but the sticky section mrus. Thanks for any help.
Ken