func _io_dir_entry_kind(path: RawPtr, index: Int) 'io -> IntReturns 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))
}