Return the working (current) directory

Property definitions

core :: file $ Sys :: getcwd
# Return the working (current) directory
fun getcwd: String do return native_getcwd.to_s
lib/core/file.nit:1723,1--1724,47