Nobody could understand what I was talking about when I reported this problem before so I will try again.
According to the manual, if the preserve attributes option is set on, copying the file will not change the archive attribute of the file
In this example I copy a file from the c:\source_directory to the c:\destination_directory.
But it does not work, the archive bit is not the same after the copy.
I have 1.5TB of files on my hard disks, some are backed up and some are not. Those that are backed up have the archive bit cleared. I cannot remember what is backed up and what is not unless I use the archive attribute.
At present I manually maintain the archive bit after every copy or move for each file in the move.
Is there a work around for this? Can I write opus commands that will check the attributes of each file in a copy or move and then apply those attributes to the copied file? Then run this code whenever a drag and drop operation is performed?
bug 1) If the 'preserve attributes' option is enabled, then as in the case of takarada's last screenshot, copying a file withOUT an archive flag set should result in the COPIED file NOT having the archive flag set either...
comment1: this is a little 'against tradition' though... the archive bit has alway been set on for a copiy of a file... since technically, THAT file is a new file on the filesystem and has not been archived until you copy IT.
bug 2) regardless of the other settings... the 'mark copied file as archived' option just plain doesn't seem to work. Copied files here always get an archive bit set...
comment2: even "if" this were working, I'd imagine that 'setting' this option is not a workaround for the situation above, because I guess someone might want to be able to copy a file WITH an archive bit set, and leave it set on the destination copy... and I would expect that combining both the 'preserve attributes' and 'mark copied file as archived' options should cause ALL attributes to be retained, EXCEPT that regardless of the state of the source files archive bit, the copied file should have THAT bit cleared.