Property definitions

core :: file $ Sys :: native_getcwd
private fun native_getcwd: CString `{ return getcwd(NULL, 0); `}
lib/core/file.nit:1726,1--64