_io_cwd_len

func _io_cwd_len() 'io -> Int

Returns the byte length of the current working directory, or a negative errno.

View Source
pub func _io_cwd_len() 'io -> Int {
	'io(request: .cwd_len)
}