IOError? how to do?

I got the following error when doing using (the needs re-compilation) or even pwd(), what could I do?

julia> pwd()
ERROR: IOError: getcwd: no such file or directory (ENOENT)
Stacktrace:
 [1] uv_error at ./libuv.jl:85 [inlined]
 [2] uv_error at ./libuv.jl:84 [inlined]
 [3] pwd() at ./file.jl:53
 [4] top-level scope at none:0

It looks like you’re calling this in a directory that has been deleted.

4 Likes