April 20, 2016
2:16 p.m.
Specifically, there is DiskStore>>isSymlink: but the FilePlugin doesn't seem to have a primitive for the readlink(2) function of the libc On 20 April 2016 at 15:53, Valentin Ryckewaert < valentin.ryckewaert@gmail.com> wrote:
Hello everyone,
does someone know a way to get the real path of a symlink?
I explain: -I have a file '/home/aPath/test.txt' -I have a symlink '/home/aPath/link' pointing on test.txt I would like to see if the symlink really point on the file and may be, get the real path of it, is there a way to do it?
If someone have more information I would like to discuss about it ! :)
Valentin