stevenvachon / winattr

Foolproof Windows® file attributes.
MIT License
24 stars 6 forks source link

Does not change attributes of folders #3

Closed Bogdan-Kalynovskyi closed 5 years ago

Bogdan-Kalynovskyi commented 6 years ago

The tool changes attributes of files, but not folders. However, folders also have attributes that should be changed.

Tested on latest WIn 10

stevenvachon commented 6 years ago

The tests say otherwise. What version of Node.js and can you create a failing test?

Bogdan-Kalynovskyi commented 6 years ago

I'm using node 8.10.0 on windows 10. I've tested again and discovered that attributes are set on top-level folder, but not subfolders. So the tool recursively sets attributes on files but not folders.

stevenvachon commented 5 years ago

I think that's how Windows' file system works. You'll have to automate recursive changes yourself.