You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Metadata type does not support checking for other different kinds of files identified by a call to stat, like symlinks (softlinks?), block devices, and named pipes, as shown from the std::old_io::FileType enum and getting the file stats, like uid, gid, rdev, etc, like with std::old_io::UnstableFileStat.
The text was updated successfully, but these errors were encountered:
It is very likely there will be one. We just didn't even start working on
the platform specific apis yet.
2015/03/04 12:22 "guruverse" [email protected]:
Could there be a unix trait extension for exposing such stats?
—
Reply to this email directly or view it on GitHub #23023 (comment).
Thanks for the issue! I'm going to start collecting possible std::fs extensions into a tracking issue in the RFC repo to make sure we keep everything in one place. I made sure to include this in there though!
Currently, the Metadata type does not support checking for other different kinds of files identified by a call to stat, like symlinks (softlinks?), block devices, and named pipes, as shown from the std::old_io::FileType enum and getting the file stats, like uid, gid, rdev, etc, like with std::old_io::UnstableFileStat.
The text was updated successfully, but these errors were encountered: