Function
RBuri_get_dir_name
Declaration [src]
char*
rb_uri_get_dir_name (
const char* uri
)
Description [src]
Returns the directory component of uri
, that is, everything up
to the start of the filename.
char*
rb_uri_get_dir_name (
const char* uri
)
Returns the directory component of uri
, that is, everything up
to the start of the filename.