Contents

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().