File.getUrl ()
return the url of the file

Sourcecode in File/objectFunctions.js:
1:   function getUrl() {
2:      res.push();
3:      this.site.staticUrl("files/");
4:      res.write(this.name);
5:      return res.pop();
6:   }