func _io_dir_entry_len(path: RawPtr, index: Int) 'io -> IntReturns the name length of directory entry index, or a negative errno.
View Source
pub func _io_dir_entry_len(path: RawPtr, index: Int) 'io -> Int {
'io(request: .dir_entry_len(path, index))
}