Introduction
  CGI and SSI
  <pike> tag
  Pike script
  Modules
  Parser modules
  Location modules
    find_dir()
    find_file()
    query_location()
    real_file()
    stat_file()
  Other module types
  Request information object
  Responses
  Library methods
 
query_location()

string query_location()

The query_location() returns a string containing the mount point of this module, in Challenger's virtual file system. However it is rarely necessary to implement, since the mount point can be obtained automatically from a configuration variable named location or type TYPE_LOCATION. The mount point should almost always be configurable by the administrator anyway.