thanks for the new version. That's that I want

Moderators: Hacker, petermad, Stefan2, white
Thank you in advance for that.I will upload a new version soon to correct this.
Code: Select all
recycler
recycled
treeinfo.wc
treeinfo.ncd
system volume information
pagefile.sys
hiberfil.sys
Code: Select all
Documents and Settings\
Program Files\
RECYCLER\
System Volume Information\
WINDOWS\
hiberfil.sys
pagefile.sys
treeinfo.wc
Code: Select all
Documents and Settings\
Program Files\
WINDOWS\
Personally, I don't mind at all what TCQSP does to my filelist, eigther ON or OFF. But I would imagine, that users with a sophisticated list, that took a lot of time to compose, might prefer that. In my ignorance of programming matters, I think you would probably save on the effort to parse the list again, when you exit TCQSP and remove your added lines from it. Also it may therefore be easier to avoid clashes in the future with other tools, that also come up with ideas on how to make use of the filelist.Of course it *should* leave your filelist alone when started with the ignorelist switched off.
Code: Select all
recycler
recycled
treeinfo.wc
treeinfo.ncd
system volume information
pagefile.sys
hiberfil.sys
c:\===--- TCQSP begin ===---
c:\===--- TCQSP debug [E:\WINDOWS\]
c:\===--- TCQSP debug ''
c:\===--- TCQSP debug 'D:\TotalCMD\Settings\WinXP\wincmd.ini'
c:\===--- TCQSP end ===---
Au3InfoA.exe seems to think that the bars across the TC file panels are always of the class TMyPanel with instance number 5 on the left and instance number 9 on the right. Even with multiple TC's running. Also it always tells me ClassnameNN is TMyPanel5 for the left and TMyPanel9 for the right, in any TC. This might only be true with my setup or something, and could very well be different tomorrow, or on other peoples computer, for all I know. If indeed this observation represents a constant feature for everybody's TC, then the text in that control will give you the current path for the right and left panel. Now I have no idea how you get the current directory in your tool, but I guess you must use it in some way to create lines in the IgnoreList. So you could just check, if the CurrentDirectory matches the text in TMyPanel5 or in TMyPanel9, to find out which panel is active.(supposing I can figure out how to detect the active panel at all)