Hello,
Path::expand() doesn't expand .foo, the return value is .foo and it should be /cwd/.foo.
When tilde ~ appears in the middle of the path, it's also expanded as the user's home dir.
I am not sure if it was designed to be able to expand paths like . and ./ because these two paths are not expanded too.
Thank you.
Hello,
Path::expand() doesn't expand
.foo, the return value is.fooand it should be/cwd/.foo.When tilde ~ appears in the middle of the path, it's also expanded as the user's home dir.
I am not sure if it was designed to be able to expand paths like
.and./because these two paths are not expanded too.Thank you.