init(_:retryOnInterrupt:)
Creates a Stat struct from a FileDescriptor.
Declaration
init(_ fd: FileDescriptor, retryOnInterrupt: Bool = true) throws(Errno)Discussion
The corresponding C function is fstat().
Creates a Stat struct from a FileDescriptor.
init(_ fd: FileDescriptor, retryOnInterrupt: Bool = true) throws(Errno)The corresponding C function is fstat().