Name: query_path - get current directory from player Syntax: string query_path() Description: The query_path function returns the current directory of a player. This function is obsolete now, and is presented only for com- patibility. Use get_path to get information about a player's path. Return value: A string containing the current directory of the player. Examples: string dir; dir=this_player()->query_path(); See also: w/cd, player/get_path