Returns the full URL or public path to the file.
@override String url(String path) { final file = _file(path); return file.resolveSymbolicLinksSync(); }