Method: RIO::RL::PathBase#fspath

Defined in:
lib/rio/rl/path.rb

#fspathObject



81
82
83
84
85
86
87
# File 'lib/rio/rl/path.rb', line 81

def fspath() 
  if use_host?
    '//' + uri.host + RL.url2fs(self.urlpath)
  else 
    RL.url2fs(self.urlpath)
  end
end