Is there a way to reference the user's home directory without specifying an explicit path? For example, I would like the following to list the contents of my home directory instead of the error message shown:
julia> readdir("~")
> ERROR: Unable to read directory ~.
> in readdir at file.jl:172
This would be a convenient feature.
