attrib function
attrib function
Function attrib:a (or any other) also throws files for which attributes are missing (for example a disconnected pen drive -say)
Re: attrib function
Fixed for the next beta update, thanks for the bug report.
Everything was treating invalid attributes as all attributes being set.
Everything was treating invalid attributes as all attributes being set.
Re: attrib function
1.What is the basis of an attrib sort? Presently attribute "D" ie folder is retained at the top and others A , AC follow it , but for other sorts the hierarchy is followed.
2.Attrib "O"which is mentioned in the help does not display for offline files.
3.Can the Help list the attribute constants alphabetically..
2.Attrib "O"which is mentioned in the help does not display for offline files.
3.Can the Help list the attribute constants alphabetically..
Re: attrib function
Folders are always sorted first.1.What is the basis of an attrib sort? Presently attribute "D" ie folder is retained at the top and others A , AC follow it , but for other sorts the hierarchy is followed.
This is for "Offline files" which is different to files that are currently offline.2.Attrib "O"which is mentioned in the help does not display for offline files.
Done, for the next beta update.3.Can the Help list the attribute constants alphabetically..
Re: attrib function
Tried to compare the descending sort of a column with an ascending sort of attrib.. God Bless...Folders are always sorted first.
In the attrib sort there are some blank rows (Nil attrib)between RHA ans RHSA. Perhaps this is already reported and you are aware. Just for information....
Re: attrib function
Thanks for the info, this should be fixed in the next update.In the attrib sort there are some blank rows (Nil attrib)between RHA ans RHSA. Perhaps this is already reported and you are aware. Just for information....
Re: attrib function
x86 658b
I made a search of attrib:rac , it also threw up 1 file of "A" and "AC" though there are a lot of "A" and "AC" attribed files. Perhaps live update is causing it?
I made a search of attrib:rac , it also threw up 1 file of "A" and "AC" though there are a lot of "A" and "AC" attribed files. Perhaps live update is causing it?
- Attachments
-
- ET Attrib 2013-06-26_133943.gif (8.75 KiB) Viewed 6727 times
Re: attrib function
Want to know if a search attrib:AC!R is valid to seek only archive and compressed files and leave out the read only. But it throws all the files of "RAC" . This is out of curiosity only , and not that I gain much from such files!
Re: attrib function
Are these issues with 657 or 658?
attrib:rac appears to work correctly with 658 for me
It will ignore the ! in attrib:AC!R
If you wish to exclude attributes, use !attrib: for example:
attrib:rac appears to work correctly with 658 for me
attrib: will eat all input, but only uses valid attributes.Want to know if a search attrib:AC!R is valid to seek only archive and compressed files and leave out the read only. But it throws all the files of "RAC" . This is out of curiosity only , and not that I gain much from such files!
It will ignore the ! in attrib:AC!R
If you wish to exclude attributes, use !attrib: for example:
Code: Select all
!attrib:r
Re: attrib function
Yes the snap was from 657b. I made a search for RA in 658b, and I found a file with only "A" attribute. The time of the file DM seems very near to the query... ConfirmedAre these issues with 657 or 658?
attrib:rac appears to work correctly with 658 for me
EDIT
I have posted a snapshot a little later. It is 658b , and I find over the time one or two files with "A" added to it after the results were displayed.
- Attachments
-
- ET Attrib 2013-06-26_163734.gif (21.91 KiB) Viewed 6714 times
Re: attrib function
There is a bug when adding new files (the attribute is ignored).
I will post a fix soon, thanks for bringing it to my attention.
I will post a fix soon, thanks for bringing it to my attention.