Function fs_tree::util::symlink_follow
source · [−]Expand description
Follow symlink at path
in one level, and return the new path.
Errors:
- If
path
does not exist - If
path
is not a symlink - If
Io::Error
fromfs::read_link(path)