Hi !
Any way to toggle the hidden attribute for selected file(s)/folder(s) ? Preferably "for this folder only" - in case of folders - and not for "all subfolders and files"
Thanks
NB : not looking for a way to display hidden files/folders
Hi !
Any way to toggle the hidden attribute for selected file(s)/folder(s) ? Preferably "for this folder only" - in case of folders - and not for "all subfolders and files"
Thanks
NB : not looking for a way to display hidden files/folders
SetAttr CLEARATTR h
Or... to actually "toggle" the hidden attr:
SetAttr TOGGLEATTR h
Thank you very very much indeed ! Works brilliantly !!
So there is not a button already in opus doing this ?
Hmm - and another more difficult for you - any way to preserve the selection ?
Add @nodeselect to the command, on a line by itself. (If you only see one line to enter a command, click Advanced so you can use more than one.)
Thank you very much indeed
Perfection !