Returns true if the given path is a symlink
path
// ```dart isLink("~/fred.jpg");
bool isLink(String path) => core.isLink(path);