resolveSymLink method

String resolveSymLink()

This is just a wrapper for the method File.resolveSymbolicLinksSync. Returns the path the symbolic link links to.

Implementation

String resolveSymLink() => _file.resolveSymbolicLinksSync();