resolveSymLink method
This is just a wrapper for the method File.resolveSymbolicLinksSync. Returns the path the symbolic link links to.
Implementation
String resolveSymLink() => _file.resolveSymbolicLinksSync();
This is just a wrapper for the method File.resolveSymbolicLinksSync. Returns the path the symbolic link links to.
String resolveSymLink() => _file.resolveSymbolicLinksSync();