prolog::read_link/3

read_link(+ SymbolicLink, -Link, -NewPath)*

Follow a SymbolicLink, and obtain the actual Link and the target newPath). This predicate uses the C built-in function readlink and is not yet supported in WIN32.

Private-func:

1. prolog::read_link_3::read_link/3(int ARG1, int ARG2, int ARG3)():