Returns true if the type is fifo

Property definitions

core $ NativeFileStat :: is_fifo
	# Returns true if the type is fifo
	fun is_fifo: Bool `{ return S_ISFIFO(self->st_mode); `}
lib/core/file.nit:1492,2--1493,56