Returns whether link exists on the file system.
link
This returns true for any symlink, regardless of what it points at or whether it's broken.
true
bool linkExists(String link) => Link(link).existsSync();