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.
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 Windowsatrrib.exe
Maybe someday you could add small utility like
yattrib.exe
that supports reading/writing those basic file/folder attributes.