cfunction
src/core/os.c on line 2533 , column 1
(os/realpath path )
Get the absolute path for a given path , following ../ , ./ , and
symlinks. Returns an absolute path as a string.
(os/realpath "." ) # => "/home/jgarte"
(os/realpath "Downloads" ) # => "/home/jgarte/Downloads"