Unexpected behavior with copying and filtering
Moderators: Hacker, petermad, Stefan2, white
Unexpected behavior with copying and filtering
I save web pages for the titles of TV serials, lots of them in a folder. I do this with Safari so each web page has the HTML file and a folder thus:-
Name of web page_files
.
.
.
Name of web page.html
There are many TV serials I am interested in so there are lots of HTML files and lots of folders. The folders are an overhead of the way Safari saves web pages (IE can save them without the folders).
Now the strange part....
If I copy this folder the internal *_files folders do NOT get copied!
I can understand that the folders don't get displayed but I would have expected them to get copied....
Is this a bug or expected behaviour?
Name of web page_files
.
.
.
Name of web page.html
There are many TV serials I am interested in so there are lots of HTML files and lots of folders. The folders are an overhead of the way Safari saves web pages (IE can save them without the folders).
Now the strange part....
If I copy this folder the internal *_files folders do NOT get copied!
I can understand that the folders don't get displayed but I would have expected them to get copied....
Is this a bug or expected behaviour?
There are 10 types of people in the world,
Those who understand binary and those who don't.
Those who understand binary and those who don't.
Can you be more specific?
I tried a few combinations and all of them worked as expected.
Used folder structure:
If I copy any folder using F5, be it [main_folder] or [web_page_files], everything in that folder gets copied. If I copy web_page.html using F5, only that file gets copied.
If I use Explorer's copy method (through Ctrl+C, V or settings), it doesn't matter if I select only web_page.html or [web_page_files] too, everything gets copied.
That's all expected behavior - do you se something else?
I tried a few combinations and all of them worked as expected.
Used folder structure:
Code: Select all
[main_folder]
+[web_page_files]
+file1
+file2
+web_page.html
If I use Explorer's copy method (through Ctrl+C, V or settings), it doesn't matter if I select only web_page.html or [web_page_files] too, everything gets copied.
That's all expected behavior - do you se something else?
Windows 10 Pro x64, Windows 11 Pro x64
Really sorry....
I spent so much time formualting the question I forgot to mention I have a filter suppressing the display of any name ending with "_files"
That's why I expect the non display of the folders but not the non-copying of them.
Don't ask me how I applied the filter, I did it so long ago I forget how
I spent so much time formualting the question I forgot to mention I have a filter suppressing the display of any name ending with "_files"

That's why I expect the non display of the folders but not the non-copying of them.
Don't ask me how I applied the filter, I did it so long ago I forget how

There are 10 types of people in the world,
Those who understand binary and those who don't.
Those who understand binary and those who don't.
Sorry, I've read all your referenced articles but they don't say if or why the embedded "_files" folders should/shouln't/do/don't get copied if the folder containing them gets copied.
I put the filter in so I expect them not to display but if I copy a folder containg the folders I don't want to display I would expect them to be copied.
Am I expecting too much?
Does suppress display also mean suppress copy?
I'm not complaining, just want to know if this is a bug or expected behaviour?
If this is expected then I will find a different way to copy these folders
I put the filter in so I expect them not to display but if I copy a folder containg the folders I don't want to display I would expect them to be copied.
Am I expecting too much?

Does suppress display also mean suppress copy?
I'm not complaining, just want to know if this is a bug or expected behaviour?
If this is expected then I will find a different way to copy these folders

There are 10 types of people in the world,
Those who understand binary and those who don't.
Those who understand binary and those who don't.
Question: Did you add something like *_files\ to your ignore list (cm_IgnoreConfig)?Sorry, I've read all your referenced articles but they don't say if or why the embedded "_files" folders should/shouln't/do/don't get copied if the folder containing them gets copied.
I put the filter in so I expect them not to display but if I copy a folder containg the folders I don't want to display I would expect them to be copied.
This would explain why such folders are ignored by TC.
Regards
Holger
Yes, I have "filtered" out "*_files".
I was hoping the ignore list was for display only but from the tone of your question I deduce the "ignore list" also applies to copying?
If that is the case then that answers my query.
Thanks....
I was hoping the ignore list was for display only but from the tone of your question I deduce the "ignore list" also applies to copying?
If that is the case then that answers my query.

Thanks....
There are 10 types of people in the world,
Those who understand binary and those who don't.
Those who understand binary and those who don't.
Yes.louwin wrote:...I deduce the "ignore list" also applies to copying?
For only filtering out specific files or folders you may use "Show->Custom <Ctrl+F12>" and a filter mask likeF1:Help wrote:Ignore specific files/folders: They will be neither displayed nor copied.
Code: Select all
*|*_files\
Holger