Skip to content

Support path replacement of ~ with $HOME #2044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
diegozea opened this issue Jan 14, 2013 · 4 comments
Closed

Support path replacement of ~ with $HOME #2044

diegozea opened this issue Jan 14, 2013 · 4 comments

Comments

@diegozea
Copy link
Contributor

julia> cd("~/.julia/Profile/src/")
chdir: No existe el archivo o el directorio
 in system_error at error.jl:22
 in cd at file.jl:14

julia> cd("/home/dzea/.julia/Profile/src/")

julia> cd("~")
chdir: No existe el archivo o el directorio
 in system_error at error.jl:22
 in cd at file.jl:14

julia> cd("/home/dzea")

julia> cd("./.julia/Profile/src/")

@pao
Copy link
Member

pao commented Jan 14, 2013

I've changed the issue title to clarify; let me know if I misunderstand you.

@diegozea
Copy link
Contributor Author

Thanks :) it's exactly what I want to say

@JeffBezanson
Copy link
Member

expanduser does this. Also dup of #1136.

@pao
Copy link
Member

pao commented Jan 14, 2013

We'll close as dup then.

@pao pao closed this as completed Jan 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants