Getting file information
In this installment on our road to implementing a mini version of ls in Rust, we are going to get information about one file:
Is it a regular file or a directory?
File permissions
Time of last modification
Number of hard links
That is the kind ...
ajanicij.hashnode.dev2 min read