Function
RBuri_get_short_path_name
Declaration [src]
char*
rb_uri_get_short_path_name (
const char* uri
)
Description [src]
Returns the filename component of uri
, that is, everything after the
final slash and before the start of the query string or fragment.