Contents

stat(retryOnInterrupt:)

Creates a Stat struct for the file referenced by this FileDescriptor.

Declaration

func stat(retryOnInterrupt: Bool = true) throws(Errno) -> Stat

Discussion

The corresponding C function is fstat().