_io_dir_entry_len

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

Returns 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))
}