UTILITY FUNCTIONS

Section: SLV2 (3)
Updated: 2 Apr 2009
Index Return to Main Contents
 

NAME

Utility_functions - Convert a full URI to a local path

PP.  

Functions


const char * slv2_uri_to_path (const char *uri)
 

Function Documentation

 

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).

 

Author

Generated automatically by Doxygen for SLV2 from the source code.


 

Index

NAME
Functions
Function Documentation
const char* slv2_uri_to_path (const char * uri)
Author

This document was created by man2html, using the manual pages.
Time: 19:49:25 GMT, April 27, 2011