_io_dir_count

func _io_dir_count(path: RawPtr) 'io -> Int

Counts entries in the NUL-terminated directory path, or returns a negative errno.

View Source
pub func _io_dir_count(path: RawPtr) 'io -> Int {
	'io(request: .dir_count(path))
}