Read the value of a symbolic link
Examples
file_create("foo")
link_create(path_abs("foo"), "bar")
link_path("bar")
#> /tmp/RtmphNeatp/foo
# Cleanup
file_delete(c("foo", "bar"))
Read the value of a symbolic link
file_create("foo")
link_create(path_abs("foo"), "bar")
link_path("bar")
#> /tmp/RtmphNeatp/foo
# Cleanup
file_delete(c("foo", "bar"))