func _io_cwd_len() 'io -> IntReturns the byte length of the current working directory, or a negative errno.View Sourcepub func _io_cwd_len() 'io -> Int { 'io(request: .cwd_len) }