Metadata typedef
Metadata = FileStat
Metadata about a file system object - file, directory, etc.
This is the result of calling the POSIX stat() function on a file system object. This is an immutable object, representing the snapshotted values returned by the stat() call.
Implementation
typedef Metadata = FileStat;