attrib function
-
nagan
- Posts: 302
- Joined: Thu Apr 18, 2013 11:44 am
attrib function
Function attrib:a (or any other) also throws files for which attributes are missing (for example a disconnected pen drive -say)
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
nagan
- Posts: 302
- Joined: Thu Apr 18, 2013 11:44 am
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..
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
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..
-
nagan
- Posts: 302
- Joined: Thu Apr 18, 2013 11:44 am
Re: attrib function
Tried to compare the descending sort of a column with an ascending sort of attrib..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....
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
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....
-
nagan
- Posts: 302
- Joined: Thu Apr 18, 2013 11:44 am
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?
You do not have the required permissions to view the files attached to this post.
-
nagan
- Posts: 302
- Joined: Thu Apr 18, 2013 11:44 am
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!
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
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-
nagan
- Posts: 302
- Joined: Thu Apr 18, 2013 11:44 am
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.
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
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.