malxau / yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
http://www.malsmith.net/yori/
MIT License
1.24k stars 31 forks source link

Feature : utility to work with file/folder attributes like Read-Only, System, Hidden, etc. #80

Closed aleaksunder closed 3 years ago

aleaksunder commented 3 years ago

Hello!

The main issue here is that Windows built-in attrib.exe in default setup do not support path more than 260 characters long, so we can not read nor change attributes for such files... prefix \\?\ do not work with Windows atrrib.exe

Maybe someday you could add small utility like yattrib.exe that supports reading/writing those basic file/folder attributes.

aleaksunder commented 3 years ago

Good!!! Thanks a lot!