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