_io_dir_entry_kind

func _io_dir_entry_kind(path: RawPtr, index: Int) 'io -> Int

Returns the file-type code for directory entry index, or a negative errno.

View Source
pub func _io_dir_entry_kind(path: RawPtr, index: Int) 'io -> Int {
	'io(request: .dir_entry_kind(path, index))
}