1. NAME

Utility_functions - Convert a full URI to a local path PP.

1.1. Functions

"const char * slv2_uri_to_path (const char *uri)"

2. Function Documentation

2.1. const char* slv2_uri_to_path (const char * uri)

Convert a full URI (eg file://foo/bar/baz.ttl) to a local path (e.g.

/foo/bar/baz.ttl).

Return value is shared and must not be deleted by caller.

Returns:
    uri converted to a path, or NULL on failure (URI is not local).

3. Author

Generated automatically by Doxygen for SLV2 from the source code.