1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests
Diego Magdaleno 8b12686888
ls: On Windows don't display files hidden by NTFS (#1662)
This little check, allows us to hide the files that
shouldn't be shown on the listing on Windows operating
systems.

Just like the "dot" in UNIX based operating systems
Windows uses its own file attributes to determine if a file
is hidden or not.

The lack of support for this option is normally an annoyance
for many users, this commit adds full support for this feature
2020-12-19 17:54:28 +01:00
..
by-util ls: On Windows don't display files hidden by NTFS (#1662) 2020-12-19 17:54:28 +01:00
common tests ~ increase test detail to diagnose MacOS hostname test failure 2020-06-14 23:38:30 -05:00
fixtures hashsum: added blake2 as a hashing algorithm (#1651) 2020-12-08 23:32:02 +01:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00