Resolves symbolic links and returns the canonical pathname.
@override String realpathSync(String path) { return File(path).resolveSymbolicLinksSync(); }