stat(retryOnInterrupt:)
Creates a Stat struct for the file referenced by this FileDescriptor.
Declaration
func stat(retryOnInterrupt: Bool = true) throws(Errno) -> StatDiscussion
The corresponding C function is fstat().
Creates a Stat struct for the file referenced by this FileDescriptor.
func stat(retryOnInterrupt: Bool = true) throws(Errno) -> StatThe corresponding C function is fstat().